Ignore python local imports in PEP8 linters
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test07_otn_renderer.py
index d6f47f7d74bf5f423b003ec4f3e582069a486fa7..df3f4eeaf8f0c4d4dac0c1c7539dfc5a1eae7ac9 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 TransportPCEtesting(unittest.TestCase):