Skip to content

Commit 67ce1bc

Browse files
author
Сосна Евгений
committed
Убран лишний import
1 parent 61162ee commit 67ce1bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_compile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
class TestV8Unpack(unittest.TestCase):
1010

1111
def setUp(self):
12+
1213
unittest.TestCase.setUp(self)
1314
self.tpath = tempfile.mkdtemp()
1415
self.tfile = tempfile.mktemp()
@@ -22,7 +23,7 @@ def setUp(self):
2223
path.join(path.curdir, ".git", "hooks", "V8Reader.epf"))
2324

2425
def tearDown(self):
25-
import os
26+
2627
if os.path.exists(self.tfile):
2728
os.remove(self.tfile)
2829
shutil.rmtree(self.tpath)

0 commit comments

Comments
 (0)