Fix some pylint warnings
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test03_topology.py
index 88853118b4384ac3a924444f0e3c1638d27deeba..d61526cc5e75d455f45e501dbaf9ade9013df274 100644 (file)
@@ -17,9 +17,12 @@ import unittest
 import time
 import logging
 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 TransportPCEtesting(unittest.TestCase):