Ignore python local imports in PEP8 linters
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test05_flex_grid.py
index 31b64cabe45b9081d61aaee54f4618ecc3f4047a..c82a0243f86840e1ad3e85862e74162254cc92b1 100644 (file)
@@ -14,7 +14,7 @@ import time
 import requests
 import sys
 sys.path.append('transportpce_tests/common/')
-import test_utils
+import test_utils  # nopep8
 
 
 class TransportPCEPortMappingTesting(unittest.TestCase):