Fix some pylint warnings
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test04_otn_topology.py
index 018a92f6172992a5986af3000d8271921783222f..5e9b3b85802177a2312be8aa485c03ff7a5eefc1 100644 (file)
@@ -16,8 +16,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