Lee-W commented on code in PR #69761:
URL: https://github.com/apache/airflow/pull/69761#discussion_r3976894549
##########
airflow-core/tests/unit/plugins/test_plugins_manager.py:
##########
@@ -212,13 +212,13 @@ def test_should_warning_about_conflicting_url_route(self,
caplog):
class TestPluginA(AirflowPlugin):
name = "test_plugin_a"
- external_views = [{"url_route": "/test_route"}, {"wrong_view":
"/no_url_route"}]
+ external_views = [{"url_route": "/test_route"}, {"wrong_view":
"/no_url_route"}] # type: ignore[typeddict-item, typeddict-unknown-key]
Review Comment:
we should add a comment on these ignores so that we know why it's ignored in
the future
--
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]