Ignore python local imports in PEP8 linters
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test04_otn_topology.py
index 4ca1e226b54bf896eaa49be50b53f13378f83d6d..018a92f6172992a5986af3000d8271921783222f 100644 (file)
@@ -18,7 +18,7 @@ import logging
 import requests
 import sys
 sys.path.append('transportpce_tests/common/')
-import test_utils
+import test_utils  # nopep8
 
 
 class TransportPCEtesting(unittest.TestCase):