Ignore python local imports in PEP8 linters
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test08_otn_sh_renderer.py
index 44e2e8fef7b3351a1d1a5b21bf4a6bf65a73f333..cf358f2207c7913ee2b20cb842e99750c90e50c4 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):