Fix some pylint warnings
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test03_topology.py
index 3ba43d79cdcf7ba9604e35d33984ef58bc0aaad9..d61526cc5e75d455f45e501dbaf9ade9013df274 100644 (file)
@@ -17,8 +17,11 @@ import unittest
 import time
 import logging
 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