summaryrefslogtreecommitdiffhomepage
path: root/tests/01_test_help.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-09-09 10:41:19 +0200
committerGuido Günther <agx@sigxcpu.org>2016-09-12 08:52:07 +0200
commitd1c163401153329363a010373cb512f8e59ef1e2 (patch)
tree4360253804301e13b626a47d3ee9b7740dc9fbec /tests/01_test_help.py
parentf7db3b77c491e5f76f441a1155aa87b1e5dedde6 (diff)
pep8/pyflakes cleanups
Diffstat (limited to 'tests/01_test_help.py')
-rw-r--r--tests/01_test_help.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/01_test_help.py b/tests/01_test_help.py
index 8e0b10c0..8cfa3d24 100644
--- a/tests/01_test_help.py
+++ b/tests/01_test_help.py
@@ -2,7 +2,7 @@
"""Check if --help works"""
-from . import context
+from . import context # noqa: F401
from .testutils.data import TestCaseWithData