We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f4f09 commit 2c3291cCopy full SHA for 2c3291c
src/llama_stack_client/_utils/_utils.py
@@ -139,7 +139,7 @@ def is_given(obj: _T | NotGiven | Omit) -> TypeGuard[_T]:
139
# Type safe methods for narrowing types with TypeVars.
140
# The default narrowing for isinstance(obj, dict) is dict[unknown, unknown],
141
# however this cause Pyright to rightfully report errors. As we know we don't
142
-# care about the contained types we can safely use `object` in it's place.
+# care about the contained types we can safely use `object` in its place.
143
#
144
# There are two separate functions defined, `is_*` and `is_*_t` for different use cases.
145
# `is_*` is for when you're dealing with an unknown input
0 commit comments