1
0
Fork 0

Fixes variable name

This commit is contained in:
Mouse Reeve 2021-08-23 15:33:49 -07:00
parent f267e53b56
commit c727d351ba
3 changed files with 5 additions and 5 deletions

View file

@ -26,7 +26,7 @@ from .invite import ManageInviteRequests, ignore_invite_request
from .isbn import Isbn
from .landing import About, Home, Landing
from .list import Lists, SavedLists, List, Curate, UserLists
from .list import saveList, unsaveList
from .list import save_list, unsave_list
from .notifications import Notifications
from .outbox import Outbox
from .reading import edit_readthrough, create_readthrough