pierrejeambrun commented on code in PR #42914:
URL: https://github.com/apache/airflow/pull/42914#discussion_r1800708692


##########
airflow/utils/api_migration.py:
##########
@@ -25,13 +25,10 @@
 
 from typing import Callable, TypeVar
 
-from airflow.typing_compat import ParamSpec
-
-PS = ParamSpec("PS")
 RT = TypeVar("RT")
 
 
-def mark_fastapi_migration_done(function: Callable[PS, RT]) -> Callable[PS, 
RT]:
+def mark_fastapi_migration_done(function: Callable[..., RT]) -> Callable[..., 
RT]:

Review Comment:
   Got it thanks.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to