Fix some pylint warnings
[transportpce.git] / tests / transportpce_tests / hybrid / test01_device_change_notifications.py
index 10a309ef7242158f170af63886c4d104e79bf9cf..b34204ba5a9f521a2ebcca7268068710f44b8d96 100644 (file)
@@ -14,9 +14,13 @@ import json
 import unittest
 import time
 import requests
+# pylint: disable=wrong-import-order
 import sys
 sys.path.append('transportpce_tests/common/')
-import test_utils
+# pylint: disable=wrong-import-position
+# pylint: disable=import-error
+import test_utils  # nopep8
+
 
 class TransportPCEFulltesting(unittest.TestCase):