Ignore python local imports in PEP8 linters
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test06_renderer_service_path_nominal.py
index c4f263da40b9667232d108b44c62356ee8c88df2..0b0592c1896d624bf3cb44768c206bd2acd07682 100644 (file)
@@ -17,7 +17,7 @@ import unittest
 import requests
 import sys
 sys.path.append('transportpce_tests/common/')
-import test_utils
+import test_utils  # nopep8
 
 
 class TransportPCERendererTesting(unittest.TestCase):