1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-24 20:06:38 +02:00

tests: ignore module level import not at top of file (flake8 E402)

This commit is contained in:
Sébastien Helleu
2023-01-04 21:12:53 +01:00
parent d1f2d54a1e
commit e6857871f0
+1 -1
View File
@@ -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,