Merge fixes

This commit is contained in:
Joel Bradshaw
2021-01-17 13:09:49 -08:00
parent a4519d55c9
commit 49893f49e1
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ from django.test import TestCase, Client
from django.utils import timezone
from datetime import datetime
from bookwyrm import view_actions as actions, models
from bookwyrm import models
class ReadThrough(TestCase):
def setUp(self):