Skip to content

Commit 8a6ed53

Browse files
author
Andrei Bratu
committed
Typing tool fix
1 parent 363b704 commit 8a6ed53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/humanloop/decorators/tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def _build_function_parameters_property(func) -> _JSONSchemaFunctionParameters:
223223
Ellipsis, # type: ignore
224224
]
225225
else:
226-
# Ellipsis not supported as type before Python 3.10
226+
# Ellipsis not supported as type before Python 3.11
227227
_PRIMITIVE_TYPES = Union[
228228
str,
229229
int,

0 commit comments

Comments
 (0)