Fix some pylint warnings
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test10_tapi.py
index 9251c2acb697283779f69758c414e2bd70ce8043..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/')
+# pylint: disable=wrong-import-position
+# pylint: disable=import-error
 import test_utils  # nopep8