Skip to content

Commit 726edeb

Browse files
committed
fix: import Literal for mypy type comment
1 parent 0d9d39f commit 726edeb

1 file changed

Lines changed: 1 addition & 1 deletion

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, cast
26+
from typing import TYPE_CHECKING, cast, Literal
2727

2828
if TYPE_CHECKING:
2929
from typing import Any, Dict

0 commit comments

Comments
 (0)