summaryrefslogtreecommitdiff
path: root/subdir/foo_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'subdir/foo_tests.py')
-rw-r--r--subdir/foo_tests.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/subdir/foo_tests.py b/subdir/foo_tests.py
index ce10d5c..a8a9740 100644
--- a/subdir/foo_tests.py
+++ b/subdir/foo_tests.py
@@ -1,6 +1,4 @@
-import unittest
-
-from subdir import foo
+import unittest, foo
class FooTests(unittest.TestCase):