Skip to content

Commit

Permalink
quote type
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jan 8, 2024
1 parent edd4df4 commit 2e69c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spinnaker_graph_front_end/utilities/data_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

def generate_system_data_region(
spec: DataSpecificationGenerator, region_id: int,
machine_vertex: SimulatorVertex):
machine_vertex: 'SimulatorVertex'):
"""
Generate a system data region for time-based simulations.
Expand All @@ -46,7 +46,7 @@ def generate_system_data_region(

def generate_steps_system_data_region(
spec: DataSpecificationGenerator, region_id: int,
machine_vertex: SimulatorVertex):
machine_vertex: 'SimulatorVertex'):
"""
Generate a system data region for step-based simulations.
Expand Down

0 comments on commit 2e69c5f

Please sign in to comment.