Skip to content

Commit 447f26e

Browse files
committed
Ignore flake8 import errors
1 parent dd9e578 commit 447f26e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
from django.contrib import admin
1+
from django.contrib import admin # noqa: F401
22

33
# Register your models here.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
from django.test import TestCase
1+
from django.test import TestCase # noqa: F401
22

33
# Create your tests here.

0 commit comments

Comments
 (0)