Skip to content

Commit

Permalink
removed redundant os.path import
Browse files Browse the repository at this point in the history
  • Loading branch information
andyli committed Nov 12, 2015
1 parent cc5809f commit e24d3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git_archive_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from __future__ import unicode_literals

import logging
from os import extsep, path, readlink, curdir, path
from os import extsep, path, readlink, curdir
from subprocess import CalledProcessError, Popen, PIPE
import sys
import tarfile
Expand Down

0 comments on commit e24d3ac

Please sign in to comment.