Ignore python local imports in PEP8 linters
[transportpce.git] / tests / transportpce_tests / 1.2.1 / test04_renderer_service_path_nominal.py
index 3a3368fe43a3905975588351dc15aa8812624c95..356676904674d25b1dedb57cff2259dfadf7aa6a 100644 (file)
@@ -17,7 +17,7 @@ import time
 import requests
 import sys
 sys.path.append('transportpce_tests/common/')
-import test_utils
+import test_utils  # nopep8
 
 
 class TransportPCERendererTesting(unittest.TestCase):