mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-14 10:13:13 +00:00
suppress PEP8 warning from unused import
This commit is contained in:
parent
1a743366fb
commit
8a98b5ab8c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
from . import checks
|
||||
from . import checks # NOQA
|
||||
|
||||
|
||||
class WagtailImagesAppConfig(AppConfig):
|
||||
|
|
|
|||
Loading…
Reference in a new issue