Skip to content

Commit

Permalink
toplev: Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Apr 22, 2024
1 parent 0614ff8 commit 9d87160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toplev.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
import event_download
from tl_uval import UVal
from tl_io import flex_open_r, flex_open_w, popentext, warn, warn_once, \
warn_once_no_assert, print_once, test_debug_print, \
warn_once_no_assert, print_once, \
obj_debug_print, debug_print, warn_no_assert, \
set_args as io_set_args
if sys.version_info.major == 3:
Expand Down

0 comments on commit 9d87160

Please sign in to comment.