From b8a7363b009087019546f83114c0563d3e7c0e61 Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Sat, 18 Nov 2023 21:50:36 -0800 Subject: [PATCH] Remove type annotation that breaks flake8 --- tl_io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tl_io.py b/tl_io.py index 88f8d26a..a880acbb 100644 --- a/tl_io.py +++ b/tl_io.py @@ -50,7 +50,7 @@ def flex_open_w(fn): test_mode = os.getenv("TL_TESTER") -args = None # type: argparse.Namespace +args = None def set_args(a): global args