Fixes linter issues

This commit is contained in:
Mouse Reeve
2020-09-21 10:25:26 -07:00
parent 4d0176a6f7
commit 425da16fd6
16 changed files with 63 additions and 42 deletions

View File

@@ -1,7 +1,6 @@
from django.test import TestCase
from bookwyrm import models, broadcast
from bookwyrm.settings import DOMAIN
class Book(TestCase):