Skip to content

Commit

Permalink
Remove destination_levels test assigning to None
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed Apr 19, 2024
1 parent 2280bea commit 751f2ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/task_loop/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ def main():
tl.log_debug("line 3")

del tl.LogContext.destination_levels["varied"]
tl.LogContext.destination_levels[None] = "warning" # type:ignore
tl.LogContext.destination_levels[""] = "warning"
tl.log("line 4")

Expand Down

0 comments on commit 751f2ea

Please sign in to comment.