Skip to content

Commit

Permalink
typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jan 9, 2024
1 parent 7bcdcde commit a632126
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,6 @@ def get_recorded_region_ids(self) -> List[int]:
return [Channels.STATE_LOG]

@overrides(AbstractReceiveBuffersToHost.get_recording_region_base_address)
def get_recording_region_base_address(self, placement) -> int:
def get_recording_region_base_address(self, placement: Placement) -> int:
return locate_memory_region_for_placement(
placement, DataRegions.RESULTS)

0 comments on commit a632126

Please sign in to comment.