forked from mirrors/bookwyrm
Fixes linting errors
This commit is contained in:
parent
aee7e1ae41
commit
c0b5e6ad78
2 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
""" flagged for moderation """
|
||||
from django.db import models
|
||||
from django.db.models import F, Q
|
||||
from .base_model import BookWyrmModel
|
||||
|
||||
|
||||
|
|
|
@ -70,8 +70,8 @@
|
|||
</button>
|
||||
</form>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% endif %}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue