Skip to content

Commit fab00a8

Browse files
committed
remove override to make version compatible
1 parent 605cb8a commit fab00a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/langtrace_python_sdk/types/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import List, Literal, TypeVar, TypedDict, Union, override
1+
from typing import List, Literal, TypeVar, TypedDict, Union
22
from enum import Enum
33

44

@@ -134,7 +134,6 @@ def get(timeout: Union[int, NotGiven, None] = NotGiven()) -> Response:
134134
def __bool__(self) -> Literal[False]:
135135
return False
136136

137-
@override
138137
def __repr__(self) -> str:
139138
return "NOT_GIVEN"
140139

0 commit comments

Comments
 (0)