Ignore python local imports in PEP8 linters
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test12_end2end.py
index 422f525965caefca34f5da73f54b7591edb414ca..c8011b0d76a86aca8f2c6ca3eb8b25a394ec5e70 100644 (file)
@@ -17,7 +17,8 @@ import time
 import requests
 import sys
 sys.path.append('transportpce_tests/common/')
-import test_utils
+import test_utils  # nopep8
+
 
 class TransportPCEFulltesting(unittest.TestCase):