Fix some pylint warnings
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test01_portmapping.py
index a48709dbb37075708f18010efb8ca76715775a68..f5f38e0b453e5eb80a7da901526b9c926c6458fd 100644 (file)
 import unittest
 import time
 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