Sefaria-Project
Sefaria-Project copied to clipboard
More typings.
Some obvious, some (like Library._index_title_maps) required some research.
I'm seeing some issues with some of the typing here. Specifically list[int] is not working. I'm getting the error: TypeError: 'type' object is not subscriptable
I think this SO answer is relevant for fixing the issue: https://stackoverflow.com/questions/63460126/typeerror-type-object-is-not-subscriptable-in-a-function-signature
Yeah I just noticed that as well 😓 I'll make sure to run the server locally before I make future PRs to ensure that no obvious problems occur :)