Ignore python local imports in PEP8 linters
[transportpce.git] / tests / transportpce_tests / 7.1 / test01_portmapping.py
index da909364f59760efe88f5e9876639a98697db488..8fa07397d6dd4d9c0bd0a1c9776e8ce6b176549c 100644 (file)
@@ -16,7 +16,7 @@ import time
 import requests
 import sys
 sys.path.append('transportpce_tests/common')
-import test_utils
+import test_utils  # nopep8
 
 
 class TransportPCE400GPortMappingTesting(unittest.TestCase):