Fix some pylint warnings
[transportpce.git] / tests / transportpce_tests / with_docker / test02_nbinotifications.py
index 14b8bd8882c394ef472549072befac2123ae0422..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):