removes unneeded imports

This commit is contained in:
Mouse Reeve
2020-12-12 18:06:48 -08:00
parent 9b7f0366e7
commit 1e01e76ac2
5 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
''' Handle user activity '''
from django.utils import timezone
from bookwyrm import activitypub, books_manager, models
from bookwyrm import models
from bookwyrm.sanitize_html import InputHtmlParser