Fix some pylint warnings
[transportpce.git] / tests / transportpce_tests / with_docker / test02_nbinotifications.py
index 45681f68437ffa29c41a036c7bdd781c961a18a2..2d7edd617f4e735f6073c07a15be978dd7a42154 100644 (file)
 
 import os
 import json
+# pylint: disable=wrong-import-order
 import sys
 import unittest
 import time
 import requests
 sys.path.append('transportpce_tests/common/')
-import test_utils
+# pylint: disable=wrong-import-position
+# pylint: disable=import-error
+import test_utils  # nopep8
+
 
 class TransportNbiNotificationstesting(unittest.TestCase):
     processes = None