Skip to content

Commit

Permalink
Merge branch 'master' into energy_hard_reset
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B authored Dec 18, 2024
2 parents ffdf1c1 + 81ad016 commit 65f3bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinn_front_end_common/data/fec_data_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ def clear_notification_protocol(self) -> None:

@classmethod
@overrides(FecDataView.add_vertex)
def add_vertex(cls, vertex: ApplicationVertex):
def add_vertex(cls, vertex: ApplicationVertex) -> None:
# Avoid the safety check in FecDataView
PacmanDataWriter.add_vertex(vertex)

Expand Down

0 comments on commit 65f3bca

Please sign in to comment.