mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Resolved flake8 warnings
This commit is contained in:
@@ -12,7 +12,7 @@ class TestDummyApp(AppConfig):
|
||||
version = '1.0.0'
|
||||
|
||||
def ready(self):
|
||||
from tests.testdummy import signals
|
||||
from tests.testdummy import signals # noqa
|
||||
|
||||
|
||||
default_app_config = 'tests.testdummy.TestDummyApp'
|
||||
|
||||
Reference in New Issue
Block a user