Skip to content

Commit 11d6024

Browse files
committed
chore(types): remove two unused types
1 parent 35cd3eb commit 11d6024

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

class_cache/types.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
KeyType = TypeVar("KeyType")
66
ValueType = TypeVar("ValueType")
7-
JsonType: TypeAlias = dict[str, "JsonType"] | list["JsonType"] | str | int | float | bool | None
8-
MetaType = dict[str, JsonType]
97
IdType: TypeAlias = str | int | None
108

119

0 commit comments

Comments
 (0)