Ignore python local imports in PEP8 linters
[transportpce.git] / tests / transportpce_tests / hybrid / test01_device_change_notifications.py
index 10a309ef7242158f170af63886c4d104e79bf9cf..d2e86838bf3d2896d5ecd6dd7ce4600ea6d455bd 100644 (file)
@@ -16,7 +16,8 @@ import time
 import requests
 import sys
 sys.path.append('transportpce_tests/common/')
-import test_utils
+import test_utils  # nopep8
+
 
 class TransportPCEFulltesting(unittest.TestCase):