code style cleanup

This commit is contained in:
Mouse Reeve
2020-03-29 00:05:09 -07:00
parent 3ead02e05f
commit 92790d520f
13 changed files with 113 additions and 77 deletions

View File

@ -2,5 +2,5 @@
from .book import Connector, Book, Work, Edition, Author
from .shelf import Shelf, ShelfBook
from .status import Status, Review, Comment, Favorite, Tag, Notification
from .user import User, FederatedServer, UserFollows, UserFollowRequest, \
UserBlocks
from .user import User, UserFollows, UserFollowRequest, UserBlocks
from .user import FederatedServer