Fix some pylint warnings
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test06_renderer_service_path_nominal.py
index 853daed46858cd528e22c90ba61a091fc4d5b6cf..1abc1e31d496099f0a996b8bded4a3fedd3f1adc 100644 (file)
 import unittest
 # from unittest.result import failfast
 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