Taragolis commented on code in PR #39430:
URL: https://github.com/apache/airflow/pull/39430#discussion_r1609730787


##########
airflow/providers_manager.py:
##########
@@ -51,6 +52,9 @@
 else:
     from importlib_resources import files as resource_files
 
+PS = ParamSpec("PS")
+RT = TypeVar("RT")

Review Comment:
   This required to fix `mypy`, because right now it doens't work correctly due 
to breaking by statica hack, see: 
https://github.com/apache/airflow/pull/39430#discussion_r1590962541
   
   This already moved into the separate PR: 
https://github.com/apache/airflow/pull/39750



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to