Fix some pylint warnings
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test08_otn_sh_renderer.py
index dbfbec5f631fd802a0b68967132602f82b2b3dba..18c4516287c2d39d57d8a44cd3f4f99b0a15aa96 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