Ignore python local imports in PEP8 linters
[transportpce.git] / tests / transportpce_tests / 1.2.1 / test01_portmapping.py
index 6a9f9fc47ce60456df272647795f3819906e35be..47c8a56ac98c62fa1ab2967bfcd92bc4e85c2ed6 100644 (file)
@@ -17,7 +17,7 @@ import time
 import requests
 import sys
 sys.path.append('transportpce_tests/common/')
-import test_utils
+import test_utils  # nopep8
 
 
 class TransportPCEPortMappingTesting(unittest.TestCase):
@@ -243,5 +243,6 @@ class TransportPCEPortMappingTesting(unittest.TestCase):
             res['errors']['error'])
 
 
+
 if __name__ == "__main__":
     unittest.main(verbosity=2)