Skip to content

Commit

Permalink
fixed typing
Browse files Browse the repository at this point in the history
  • Loading branch information
birnbaum committed Feb 20, 2024
1 parent b9c4690 commit 866334e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vessim/sil.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class SilController(Controller):
def __init__(
self,
api_routes: Callable,
grid_signals: list[Signal] = None, # TODO temporary fix
grid_signals: Optional[list[Signal]] = None, # TODO temporary fix
request_collectors: Optional[dict[str, Callable]] = None,
compute_nodes: Optional[list[ComputeNode]] = None,
api_host: str = "127.0.0.1",
Expand Down

0 comments on commit 866334e

Please sign in to comment.