Fix some pylint warnings
[transportpce.git] / tests / transportpce_tests / 1.2.1 / test05_olm.py
index 0443b5ca16773293704aa196915755b6ccde5c0a..19473bd8bcacc9d663656676e9f1cf63069561ba 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):