Ignore python local imports in PEP8 linters
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test02_topo_portmapping.py
index d749323b9879ac7b6e1ddfc4315f0e67b982e759..76c2aae4c54c74a66d47bb49fd6066e248652d7c 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 TransportPCEtesting(unittest.TestCase):