Ignore python local imports in PEP8 linters
[transportpce.git] / tests / transportpce_tests / 1.2.1 / test03_topology.py
index 6140f0eca117ee2bd4c9f4ff03f3e8c815a6eafe..34e7c3945613e2b555b0e170368249f24f5d47ea 100644 (file)
@@ -18,7 +18,7 @@ import unittest
 import requests
 import sys
 sys.path.append('transportpce_tests/common/')
-import test_utils
+import test_utils  # nopep8
 
 
 class TransportPCETopologyTesting(unittest.TestCase):