Ignore python local imports in PEP8 linters
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test14_otn_switch_end2end.py
index 700dcf08bb47ebe8eae51e65e940dac436235f9c..110111e3e00b12b94bb73e0f8a33ab4814efbc59 100644 (file)
@@ -18,7 +18,7 @@ import time
 import requests
 import sys
 sys.path.append('transportpce_tests/common/')
-import test_utils
+import test_utils  # nopep8
 
 
 class TransportPCEtesting(unittest.TestCase):