Fix some pylint warnings
[transportpce.git] / tests / transportpce_tests / 7.1 / test01_portmapping.py
index 7178eaec922a38d9617da8eb44c6558fce4e3bc7..38971fd268eafb54e86403156a13ac375ed56308 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