mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 09:31:08 +00:00
Adds keypair model location to init
This commit is contained in:
parent
bda7d40f8c
commit
b01a64d560
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ from .attachment import Image
|
|||
from .favorite import Favorite
|
||||
from .readthrough import ReadThrough, ProgressUpdate, ProgressMode
|
||||
|
||||
from .user import User, KeyPair, AnnualGoal
|
||||
from .actor import KeyPair
|
||||
from .user import User, AnnualGoal
|
||||
from .relationship import UserFollows, UserFollowRequest, UserBlocks
|
||||
from .report import Report, ReportComment
|
||||
from .federated_server import FederatedServer
|
||||
|
|
Loading…
Reference in a new issue