mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #21302 -- Fixed unused imports and import *.
This commit is contained in:
parent
9f76ea1eaa
commit
36ded01527
116 changed files with 248 additions and 181 deletions
|
@ -1,3 +1,3 @@
|
|||
import a_package_name_that_does_not_exist
|
||||
import a_package_name_that_does_not_exist # NOQA
|
||||
|
||||
content = 'Bad Module'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue