Skip to content

Commit 99bbf53

Browse files
toondaeytrygveu
andauthored
Update cognite/extractorutils/unstable/configuration/loaders.py
Co-authored-by: Trygve Utstumo <trygveu@users.noreply.github.com>
1 parent 3a5cf16 commit 99bbf53

File tree

1 file changed

+1
-1
lines changed
  • cognite/extractorutils/unstable/configuration

1 file changed

+1
-1
lines changed

cognite/extractorutils/unstable/configuration/loaders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def load_io(stream: TextIO, file_format: ConfigFormat, schema: type[_T], context
122122
stream: A text stream containing the configuration data.
123123
file_format: The format of the configuration data.
124124
schema: The schema class to parse the configuration into.
125-
context: Optional context to pass to the schema during validation.
125+
context: Optional Pydantic validation context; see ``load_dict`` for semantics.
126126
127127
Returns:
128128
An instance of the schema populated with the configuration data.

0 commit comments

Comments
 (0)