Fix some pylint warnings
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test07_otn_renderer.py
index 3139986a00299c545fe8b4d016aa6a188276915c..3089c7fc6c22788d049497846fd81009c3d69c07 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  # nopep8