Skip to content

Commit e610536

Browse files
committed
moar deletion
1 parent 4887322 commit e610536

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sentry_sdk/spotlight.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77
from typing import TYPE_CHECKING
88

99
if TYPE_CHECKING:
10-
from typing import Any, Callable, Dict, Optional
10+
from typing import Any, Dict, Optional
1111

1212
from sentry_sdk.utils import (
1313
logger as sentry_logger,
14-
env_to_bool,
15-
capture_internal_exceptions,
1614
)
1715
from sentry_sdk.envelope import Envelope
1816

0 commit comments

Comments
 (0)