Ignore python local imports in PEP8 linters
[transportpce.git] / tests / transportpce_tests / with_docker / test01_gnpy.py
index c9fceb4d344d9ac6e90135100458b1403036224e..0fae049f63d712ab585b9b3fffaf19211b955488 100644 (file)
@@ -18,7 +18,8 @@ import sys
 import time
 import requests
 sys.path.append('transportpce_tests/common/')
-import test_utils
+import test_utils  # nopep8
+
 
 class TransportGNPYtesting(unittest.TestCase):