Dev-iL commented on code in PR #57369:
URL: https://github.com/apache/airflow/pull/57369#discussion_r2478721422


##########
providers/fab/src/airflow/providers/fab/auth_manager/security_manager/override.py:
##########
@@ -127,7 +127,7 @@ def _iter_dags() -> Iterable[DAG | SerializedDAG]:
     from airflow.models.dagbag import DagBag  # type: ignore[attr-defined, 
no-redef]
 
     def _iter_dags() -> Iterable[DAG | SerializedDAG]:
-        dagbag = DagBag(read_dags_from_db=True)  # type: ignore[call-arg]
+        dagbag = DagBag(read_dags_from_db=True)  # type: ignore[call-arg,misc]

Review Comment:
   Perhaps it's due to typing changes introduced in other PRs, but it seems 
like this line requires no change at all.



##########
providers/fab/src/airflow/providers/fab/auth_manager/security_manager/override.py:
##########
@@ -127,7 +127,7 @@ def _iter_dags() -> Iterable[DAG | SerializedDAG]:
     from airflow.models.dagbag import DagBag  # type: ignore[attr-defined, 
no-redef]
 
     def _iter_dags() -> Iterable[DAG | SerializedDAG]:
-        dagbag = DagBag(read_dags_from_db=True)  # type: ignore[call-arg]
+        dagbag = DagBag(read_dags_from_db=True)  # type: ignore[call-arg,misc]

Review Comment:
   Perhaps due to typing changes introduced in other PRs, it seems like this 
line requires no change at all.



-- 
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