Ignore python local imports in PEP8 linters
[transportpce.git] / tests / transportpce_tests / pce / test02_pce_400G.py
index d852d5bc7896a843581df31dd18450f40836088a..7be2c48c684864c412e12f278d1fc7bbcf9dc948 100644 (file)
@@ -17,7 +17,8 @@ import sys
 import time
 import requests
 sys.path.append('transportpce_tests/common/')
-import test_utils
+import test_utils  # nopep8
+
 
 class TransportPCE400Gtesting(unittest.TestCase):