Ignore python local imports in PEP8 linters
[transportpce.git] / tests / transportpce_tests / 1.2.1 / test06_end2end.py
index aba898bf9acdf25d5321e0f7242a37fa0f73407c..637addeed08a073b015a28114048d9706bb58e53 100644 (file)
@@ -17,7 +17,7 @@ import unittest
 import requests
 import sys
 sys.path.append('transportpce_tests/common/')
-import test_utils
+import test_utils  # nopep8
 
 
 class TransportPCEFulltesting(unittest.TestCase):