Skip to content

Commit

Permalink
remove pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Oct 17, 2024
1 parent e3043cc commit c5f2aa7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spinn_utilities/progress_bar.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ def init_once(cls) -> None:
cls._enabled = (
date.today().strftime("%m%d") in cls._step_characters)
except IOError:
pass
cls._seq_id = "error"
finally:
cls._line_no = 0
Expand Down

0 comments on commit c5f2aa7

Please sign in to comment.