blag commented on code in PR #25943:
URL: https://github.com/apache/airflow/pull/25943#discussion_r954035687


##########
airflow/datasets/manager.py:
##########
@@ -31,6 +31,9 @@ class DatasetEventManager(LoggingMixin):
     Airflow deployments can use plugins that broadcast dataset events to each 
other.
     """
 
+    def __init__(self, **kwargs):
+        super().__init__(**kwargs)
+

Review Comment:
   Is this doing anything?
   
   ```suggestion
   ```



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