Replace the dict
response in load_existing_datasets
with a Pydantic class
#85
Labels
good first issue
Good for newcomers
We should avoid passing loosely typed dictionaries around if we can avoid it. This should be replaced by a Pydantic class.
Note: This is in
BufferedLogger
.The text was updated successfully, but these errors were encountered: