Fix some pylint warnings
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test10_tapi.py
index 6721a3501df59c841c9541d2c71e8020b6b745c3..cbc6e857a967216ac011cc10a7f8525c301aa66f 100644 (file)
 # pylint: disable=unsupported-assignment-operation
 
 import os
+# pylint: disable=wrong-import-order
 import sys
 import time
 import unittest
 import requests
 sys.path.append('transportpce_tests/common/')
-import test_utils
+# pylint: disable=wrong-import-position
+# pylint: disable=import-error
+import test_utils  # nopep8
 
 
 CREATED_SUCCESSFULLY = 'Result message should contain Xponder Roadm Link created successfully'