Fix some pylint warnings
[transportpce.git] / tests / transportpce_tests / 1.2.1 / test05_olm.py
index e6f43e7fa7f0c4fa00117902921f2ec3355cd00f..19473bd8bcacc9d663656676e9f1cf63069561ba 100644 (file)
 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