Skip to content

Commit

Permalink
fix flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
helenb authored and kevinhowbrook committed May 13, 2024
1 parent 5c90e94 commit e63fe3b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion rca/images/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from django.conf import settings
from django.db import models
from wagtail.api import APIField
from wagtail.images.models import AbstractImage, AbstractRendition, Image
Expand Down
1 change: 0 additions & 1 deletion rca/people/admin/page_import_forms.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from django import forms
from django.contrib import admin
from django.contrib.admin.widgets import AutocompleteSelect
from django.contrib.auth import get_user_model
from import_export.forms import ConfirmImportForm, ImportForm
Expand Down

0 comments on commit e63fe3b

Please sign in to comment.