Fix some pylint warnings
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test09_olm.py
index 8672fcbb3d9ef99c1fa163a590580c4be818a925..37c41670a63f5adc60602c95d3b770522f36c186 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