We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1acad1 commit 754643cCopy full SHA for 754643c
3 files changed
tasks/admin.py
@@ -1,3 +1,2 @@
1
-from django.contrib import admin
2
3
# Register your models here.
tasks/apps.py
@@ -5,4 +5,4 @@ class TasksConfig(AppConfig):
5
name = 'tasks'
6
7
def ready(self):
8
- import tasks.signals
+ import tasks.signals # noqa: F401
tasks/tests.py
-from django.test import TestCase
# Create your tests here.
0 commit comments