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