removes unneeded imports
This commit is contained in:
parent
9b7f0366e7
commit
1e01e76ac2
5 changed files with 5 additions and 4 deletions
|
@ -6,7 +6,6 @@ from django.db import models
|
|||
from django.utils import timezone
|
||||
|
||||
from bookwyrm import books_manager
|
||||
from bookwyrm.connectors import ConnectorException
|
||||
from bookwyrm.models import ReadThrough, User, Book
|
||||
from bookwyrm.utils.fields import JSONField
|
||||
from .base_model import PrivacyLevels
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue