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
The main change is changing the return type hint for
`def get_downloadable_files(self)` from `dict` to `List[str]`,
which is actually what is returned.
Also some cosmetic improvements have been added.
0 commit comments