Skip to content

Commit

Permalink
Remove type annotation that breaks flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Nov 19, 2023
1 parent dc06622 commit b8a7363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tl_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8a7363

Please sign in to comment.