Ignore python local imports in PEP8 linters
[transportpce.git] / tests / transportpce_tests / hybrid / test02_B100G_end2end.py
index f6e4e3a983775a3c7a2de00da20ac92edc0a6391..856713da0dd0239bb77d6f5597152684c22aa4dd 100644 (file)
@@ -18,7 +18,8 @@ import time
 import requests
 import sys
 sys.path.append('transportpce_tests/common/')
-import test_utils
+import test_utils  # nopep8
+
 
 class TransportPCEtesting(unittest.TestCase):