Ignore python local imports in PEP8 linters
[transportpce.git] / tests / transportpce_tests / 1.2.1 / test02_topo_portmapping.py
index 9390c26a6839384c3ea45d4e1115d47daef962c8..9cfad63eb3863c227c79ea78e53d196cb9fdf4a9 100644 (file)
@@ -19,7 +19,7 @@ import unittest
 import requests
 import sys
 sys.path.append('transportpce_tests/common/')
-import test_utils
+import test_utils  # nopep8
 
 
 class TransportPCEtesting(unittest.TestCase):