Skip to content

Commit 7ab3bcc

Browse files
committed
lint
1 parent 8b9dedb commit 7ab3bcc

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

sentry_sdk/data_collection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"""
2424

2525
import warnings
26-
from typing import TYPE_CHECKING, Literal, cast
26+
from typing import TYPE_CHECKING, cast
2727

2828
if TYPE_CHECKING:
2929
from typing import Any, Dict

tests/test_data_collection.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
resolve_data_collection,
1010
)
1111

12-
if TYPE_CHECKING:
13-
from sentry_sdk._types import DataCollectionUserOptions
14-
1512

1613
def test_kvcb_invalid_mode():
1714
with pytest.raises(ValueError):

0 commit comments

Comments
 (0)