Andrew Mellinger

Results 1 issues of Andrew Mellinger

Greetings! I have a data structure that I set to be a string (single value) or a dict. So I've tried using this: ``` class ModelConfig(Prodict): label_mapping: typing.Union[Prodict, str] ```...