1
0

update function

This commit is contained in:
H. Shay
2022-11-03 12:24:19 -07:00
parent beebb6db4a
commit 84be413b2f

View File

@@ -118,9 +118,9 @@ class EventContext:
@staticmethod
def without_state_group(
storage: "StorageControllers",
state_group_before_event: Optional[int],
state_delta_due_to_event: Optional[StateMap[str]],
partial_state: bool,
partial_state: bool = False,
state_group_before_event: Optional[int] = None,
state_delta_due_to_event: Optional[StateMap[str]] = None,
prev_group: Optional[int] = None,
delta_ids: Optional[StateMap[str]] = None,
) -> "EventContext":