mlem
mlem copied to clipboard
`mlem.api.save` fs argument type
Now it's Union[str, AbstractFileSystem, None]
. But underlying implementation (in MlemObject._parse_dump_args
) has it as Optional[AbstractFileSystem]
. Need to either include str
there (and corresponding logic) or remove str
from save
signature