Ignore python local imports in PEP8 linters
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test13_tapi_full_multi_layer.py
index 15af6f3fdf35d007a7724a11a3b45161825fe5a9..b25d96c48c9c36137ab03e6d1598ce790fefcc72 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):