diff options
Diffstat (limited to 'tests/scripts/python')
-rwxr-xr-x | tests/scripts/python/testapigen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/python/testapigen.py b/tests/scripts/python/testapigen.py index a6a0bf016..e41ecbdb2 100755 --- a/tests/scripts/python/testapigen.py +++ b/tests/scripts/python/testapigen.py @@ -50,7 +50,7 @@ sys.dont_write_bytecode = True SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__)) sys.path.append(SCRIPT_DIR) -from unparse import ( +from unparse import ( # noqa: E402 UnparsePython, UnparsePerl, UnparseRuby, |