Fix some pylint warnings
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test05_flex_grid.py
index 2719a91f3c2288ff887d43d58244cadeaf03d40c..7c3dbff45d09c1ed8c5c5e73c69222350f8bdf4d 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