We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9e578 commit 447f26eCopy full SHA for 447f26e
django-flashcards-app/source_code_final/cards/admin.py
@@ -1,3 +1,3 @@
1
-from django.contrib import admin
+from django.contrib import admin # noqa: F401
2
3
# Register your models here.
django-flashcards-app/source_code_final/cards/tests.py
-from django.test import TestCase
+from django.test import TestCase # noqa: F401
# Create your tests here.
0 commit comments