Skip to content

Commit 70e47db

Browse files
committed
style: import typing
1 parent 5ffffb3 commit 70e47db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airflow-core/src/airflow/models/expandinput.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def get_total_map_length(self, run_id: str, *, session: Session) -> int:
133133
return length
134134

135135

136-
_EXPAND_INPUT_TYPES: dict[str, type] = {
136+
_EXPAND_INPUT_TYPES: dict[str, type[SchedulerExpandInput]] = {
137137
"dict-of-lists": SchedulerDictOfListsExpandInput,
138138
"list-of-dicts": SchedulerListOfDictsExpandInput,
139139
}

0 commit comments

Comments
 (0)