uranusjr commented on code in PR #31135: URL: https://github.com/apache/airflow/pull/31135#discussion_r1187982932
########## airflow/utils/log/logging_mixin.py: ########## @@ -32,7 +32,7 @@ # Private: A sentinel objects class SetContextPropagate(enum.Enum): - """:meta private:""" + """:meta private:.""" Review Comment: We should not do this. Is it possible to convince Pydocstyle to skip this? -- 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]
