Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Oct 3, 2018
1 parent 07702cb commit bf3bbe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsist/tests/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import unittest
import sys

from os.path import isfile, isdir, exists, dirname
from os.path import dirname

test_dir = dirname(__file__)

Expand Down

0 comments on commit bf3bbe6

Please sign in to comment.