diff --git a/tests/utils/test_qtutils.py b/tests/utils/test_qtutils.py index ad4fb0c4a..1d52d677c 100644 --- a/tests/utils/test_qtutils.py +++ b/tests/utils/test_qtutils.py @@ -25,7 +25,7 @@ import sys import operator import os.path try: - from test import test_file + from test import test_file # pylint: disable=no-name-in-module except ImportError: # Debian patches Python to remove the tests... test_file = None