mik-laj commented on a change in pull request #10494:
URL: https://github.com/apache/airflow/pull/10494#discussion_r475221592
##########
File path: airflow/configuration.py
##########
@@ -878,7 +929,8 @@ def as_dict(*args, **kwargs): # noqa: D103
return conf.as_dict(*args, **kwargs)
-def set(*args, **kwargs): # noqa: D103
+def set(*args, **kwargs):
Review comment:
> airflow/configuration.py:932:0: W0622: Redefining built-in 'set'
(redefined-builtin)
Still error here.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]