potiuk commented on code in PR #38140:
URL: https://github.com/apache/airflow/pull/38140#discussion_r1524774852


##########
airflow/sentry.py:
##########
@@ -55,9 +55,6 @@ def flush(self):
 Sentry: DummySentry = DummySentry()
 if conf.getboolean("sentry", "sentry_on", fallback=False):
     import sentry_sdk
-
-    # Verify blinker installation
-    from blinker import signal  # noqa: F401

Review Comment:
   Yeah. Cool. I will be looking soon at the `--resolution lowest` soon - so 
those kind of things should get automated (but I will do that after refactoring 
the ci.yaml - I do not want to make it even more complicated.



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