Skip to content

Commit 2bf8437

Browse files
committed
fix type
1 parent c52f955 commit 2bf8437

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sentry_sdk/consts.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import itertools
22
from enum import Enum
3-
from typing import TYPE_CHECKING, Type
3+
from typing import TYPE_CHECKING
44

55
DEFAULT_MAX_VALUE_LENGTH = None
66

@@ -35,6 +35,7 @@ class CompressionAlgo(Enum):
3535
Optional,
3636
Sequence,
3737
Tuple,
38+
Type,
3839
Union,
3940
)
4041

0 commit comments

Comments
 (0)