Ignore python local imports in PEP8 linters
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test10_tapi.py
index 6721a3501df59c841c9541d2c71e8020b6b745c3..9251c2acb697283779f69758c414e2bd70ce8043 100644 (file)
@@ -20,7 +20,7 @@ import time
 import unittest
 import requests
 sys.path.append('transportpce_tests/common/')
-import test_utils
+import test_utils  # nopep8
 
 
 CREATED_SUCCESSFULLY = 'Result message should contain Xponder Roadm Link created successfully'