Remove unused import of sentry_sdk

This commit is contained in:
Gabriel Féron 2022-01-11 20:28:41 +01:00 committed by GitHub
parent 5eee9958a0
commit aad41807c3
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