Fix some pylint warnings
[transportpce.git] / tests / transportpce_tests / hybrid / test02_B100G_end2end.py
index db0a67c1e61e2b768ea02005b679683860fcbe79..e1236c1fb92640a1c5c17bb7690cd35139a9042e 100644 (file)
 
 # pylint: disable=no-member
 # pylint: disable=too-many-public-methods
+# pylint: disable=too-many-lines
 
 import base64
 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