Skip to content

Commit

Permalink
type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jun 24, 2024
1 parent b64209e commit be08227
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def get_out_going_vertices(

@overrides(AbstractSplitterCommon.get_in_coming_vertices)
def get_in_coming_vertices(
self, partition_id: str) -> List[SourceSegmentedSDRAMMachinePartition]:
self, partition_id: str) -> List[SDRAMMachineVertex]:
return self._pre_vertices


Expand Down

0 comments on commit be08227

Please sign in to comment.