Skip to content

Commit

Permalink
isort fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
egor-voynov-aiven committed Aug 1, 2024
1 parent 24b3231 commit 5ea56f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pghoard/monitoring/sentry.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ def __init__(self, config):
LOG.info("Sentry DSN not found, skipping setup")
return
try:
from sentry_sdk.integrations.logging import LoggingIntegration
import sentry_sdk
from sentry_sdk.integrations.logging import LoggingIntegration
except ImportError:
LOG.info("Sentry SDK not found, skipping setup")
return
Expand Down

0 comments on commit 5ea56f0

Please sign in to comment.