rawwar commented on code in PR #42976:
URL: https://github.com/apache/airflow/pull/42976#discussion_r1798269726


##########
task_sdk/tests/conftest.py:
##########
@@ -23,4 +23,4 @@
 
 @pytest.hookimpl(tryfirst=True)
 def pytest_configure(config: pytest.Config) -> None:
-    config.inicfg["airflow_deprecations_ignore"] = ()
+    config.inicfg["airflow_deprecations_ignore"] = ()  # type: 
ignore[assignment,operator]

Review Comment:
   Instead of assigning to a tuple, I did think of assigning to an empty 
string. But, I don't know if that's correct.



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