Fix some pylint warnings
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test09_olm.py
index 4c5316963d449adfaa8d94ae85cdd9951d1712ae..37c41670a63f5adc60602c95d3b770522f36c186 100644 (file)
 import unittest
 import time
 import requests
+# pylint: disable=wrong-import-order
 import sys
 sys.path.append('transportpce_tests/common/')
-import test_utils
+# pylint: disable=wrong-import-position
+# pylint: disable=import-error
+import test_utils  # nopep8
 
 
 class TransportOlmTesting(unittest.TestCase):