You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Now it's
Union[str, AbstractFileSystem, None]
. But underlying implementation (inMlemObject._parse_dump_args
) has it asOptional[AbstractFileSystem]
. Need to either includestr
there (and corresponding logic) or removestr
fromsave
signatureThe text was updated successfully, but these errors were encountered: