mirror of
https://github.com/django/django.git
synced 2025-08-02 18:13:02 +00:00
Fixed up some more flake8 violations (this particular violation still has many occurrences in the tests/ dir so it can't be removed from setup.cfg yet)
This commit is contained in:
parent
cc2049cdd7
commit
f2d8027c9a
23 changed files with 68 additions and 68 deletions
|
@ -2,7 +2,7 @@
|
|||
Common checksum routines.
|
||||
"""
|
||||
|
||||
__all__ = ['luhn',]
|
||||
__all__ = ['luhn']
|
||||
|
||||
from django.utils import six
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue