Fix some pylint warnings
[transportpce.git] / tests / transportpce_tests / 1.2.1 / test06_end2end.py
index 9d9fe8c3a52c4df512315abf976c0b92a0c68e2b..f33eeccc6164cc33e8fd3588ca724288d77e9288 100644 (file)
@@ -15,8 +15,11 @@ import base64
 import time
 import unittest
 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