Skip to content

Commit

Permalink
None return
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Dec 2, 2024
1 parent cbe5c64 commit 873ed83
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 873ed83

Please sign in to comment.