Fix some pylint warnings
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test12_end2end.py
index 97ee94d1b7753c1c3efda9316c4d058856e76a2b..333244a7f039ee7b20ad653ee02a67fb2c0a2483 100644 (file)
@@ -15,8 +15,11 @@ import base64
 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