Skip to content

Commit 8648366

Browse files
authored
Remove unused ParamSpec (#45687)
This isn't used in the file
1 parent ae6edb1 commit 8648366

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

airflow/utils/api_migration.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525

2626
from typing import Callable, TypeVar
2727

28-
from airflow.typing_compat import ParamSpec
29-
30-
PS = ParamSpec("PS")
3128
RT = TypeVar("RT")
3229

3330

0 commit comments

Comments
 (0)