Merge pull request #11246 from gferon/patch-1

Remove unused import of sentry_sdk
This commit is contained in:
Remco Burema 2022-01-12 09:25:36 +01:00 committed by GitHub
commit a1622c77ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,8 +12,6 @@ import json
import locale import locale
from typing import cast, Any from typing import cast, Any
import sentry_sdk
try: try:
from sentry_sdk.hub import Hub from sentry_sdk.hub import Hub
from sentry_sdk.utils import event_from_exception from sentry_sdk.utils import event_from_exception