Fixes variable name
This commit is contained in:
parent
f267e53b56
commit
c727d351ba
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue