Skip to content

Commit f75d677

Browse files
committed
typing
1 parent afee008 commit f75d677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/incidents/endpoints/serializers/workflow_engine_data_condition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def get_attrs(
3333
item_list: Sequence[DataCondition],
3434
user: User | RpcUser | AnonymousUser,
3535
**kwargs: Any,
36-
) -> defaultdict[str, list[dict[str, Any]]]:
36+
) -> defaultdict[DataCondition, dict[str, list[str]]]:
3737
detector_triggers = {item.id: item for item in item_list}
3838
detector_trigger_ids = [dc.id for dc in item_list]
3939

0 commit comments

Comments
 (0)