Ignore python local imports in PEP8 linters
[transportpce.git] / tests / transportpce_tests / 1.2.1 / test05_olm.py
index 0443b5ca16773293704aa196915755b6ccde5c0a..e6f43e7fa7f0c4fa00117902921f2ec3355cd00f 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 TransportOlmTesting(unittest.TestCase):