romsharon98 commented on code in PR #37540:
URL: https://github.com/apache/airflow/pull/37540#discussion_r1495025258


##########
airflow/configuration.py:
##########
@@ -1871,7 +1871,13 @@ def _warn_deprecate(
                 stacklevel=4 + extra_stacklevel,
             )
 
-    def __getstate__(self):
+    def __getstate__(self) -> dict[str, Any]:
+        """
+        Return the state of the object as a dictionary for pickling.
+
+        Returns:
+        dict: A dictionary containing the state of the object for pickling.

Review Comment:
   Thanks @Taragolis I removed what it returns



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to