Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/remove_unused' into pep585
Browse files Browse the repository at this point in the history
# Conflicts:
#	spinn_utilities/make_tools/file_converter.py
  • Loading branch information
Christian-B committed Sep 5, 2024
2 parents 7a9c2b0 + e2606fb commit e75cb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinn_utilities/make_tools/file_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def __call__(self, src: str, dest: str, log_file_id: int,
#: Number of c lines the log method takes
self._log_lines: int = -9999999
#: Any other stuff found before the log method but on same line
self._log_start: int = -9999999 # Bogus value to avoid Optional
self._log_start: int = -9999999
# variable created when a comment found
#: The previous state
self._previous_status: Optional[State] = None
Expand Down

0 comments on commit e75cb3e

Please sign in to comment.