Fix some pylint warnings
[transportpce.git] / tests / transportpce_tests / with_docker / test01_gnpy.py
index 0fae049f63d712ab585b9b3fffaf19211b955488..2ca0dd0d2dfc734da4ac8d4955ce6e50304e8177 100644 (file)
 
 import unittest
 import os
+# pylint: disable=wrong-import-order
 import sys
 import time
 import requests
 sys.path.append('transportpce_tests/common/')
+# pylint: disable=wrong-import-position
+# pylint: disable=import-error
 import test_utils  # nopep8