Sefaria-Project icon indicating copy to clipboard operation
Sefaria-Project copied to clipboard

More typings.

Open yairm210 opened this issue 4 years ago • 2 comments

Some obvious, some (like Library._index_title_maps) required some research.

yairm210 avatar Apr 27 '21 16:04 yairm210

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

nsantacruz avatar Apr 27 '21 17:04 nsantacruz

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 :)

yairm210 avatar Apr 27 '21 17:04 yairm210