From e6857871f0eff7ea05b954d9c2b78f61d7990e46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 4 Jan 2023 21:12:53 +0100 Subject: tests: ignore module level import not at top of file (flake8 E402) --- tests/scripts/python/testapigen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/scripts') 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, -- cgit v1.2.3