This is an automated email from the ASF dual-hosted git repository.

uranusjr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 9154cb08da Remove provide_session from Mypy plugin usage (#31498)
9154cb08da is described below

commit 9154cb08daae1cf1216677cc651ade959e6a693a
Author: Tzu-ping Chung <[email protected]>
AuthorDate: Thu May 25 00:09:35 2023 +0800

    Remove provide_session from Mypy plugin usage (#31498)
---
 dev/mypy/plugin/decorators.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev/mypy/plugin/decorators.py b/dev/mypy/plugin/decorators.py
index c05fd45608..1957b59996 100644
--- a/dev/mypy/plugin/decorators.py
+++ b/dev/mypy/plugin/decorators.py
@@ -25,7 +25,6 @@ from mypy.plugin import FunctionContext, Plugin
 from mypy.types import CallableType, NoneType, UnionType
 
 TYPED_DECORATORS = {
-    "airflow.utils.session.provide_session": [],
     
"airflow.providers.google.cloud.hooks.dataflow._fallback_to_project_id_from_variables":
 ["project_id"],
     "fallback_to_default_project_id of GoogleBaseHook": ["project_id"],
     "provide_gcp_credential_file of GoogleBaseHook": [],

Reply via email to