Fix some pylint warnings
[transportpce.git] / tests / transportpce_tests / 1.2.1 / test02_topo_portmapping.py
index 093f9a8093c5392835f8d678bd674ddb332fea1c..a2f88b5f6ad8b4d6547f6d4ec542d444fa64ba83 100644 (file)
 import time
 import unittest
 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_rfc8040  # nopep8