Ignore python local imports in PEP8 linters
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test09_olm.py
index 4c5316963d449adfaa8d94ae85cdd9951d1712ae..8672fcbb3d9ef99c1fa163a590580c4be818a925 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):