Skip to content

Commit 5ea56f0

Browse files
isort fixes
1 parent 24b3231 commit 5ea56f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pghoard/monitoring/sentry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ def __init__(self, config):
1414
LOG.info("Sentry DSN not found, skipping setup")
1515
return
1616
try:
17-
from sentry_sdk.integrations.logging import LoggingIntegration
1817
import sentry_sdk
18+
from sentry_sdk.integrations.logging import LoggingIntegration
1919
except ImportError:
2020
LOG.info("Sentry SDK not found, skipping setup")
2121
return

0 commit comments

Comments
 (0)