Ignore python local imports in PEP8 linters
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test01_portmapping.py
index 9316b20b616f0ecad66f564db5d9ab3de87d2f07..4381ba0cd481b54e4992a382f8a6f2eb4cd020da 100644 (file)
@@ -17,7 +17,7 @@ import time
 import requests
 import sys
 sys.path.append('transportpce_tests/common/')
-import test_utils
+import test_utils  # nopep8
 
 
 class TransportPCEPortMappingTesting(unittest.TestCase):