mirror of
https://github.com/django/django.git
synced 2025-10-27 23:56:08 +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:
@@ -28,7 +28,7 @@ __all__ = (
|
||||
'SplitDateTimeWidget', 'SplitHiddenDateTimeWidget',
|
||||
)
|
||||
|
||||
MEDIA_TYPES = ('css','js')
|
||||
MEDIA_TYPES = ('css', 'js')
|
||||
|
||||
@python_2_unicode_compatible
|
||||
class Media(object):
|
||||
|
||||
Reference in New Issue
Block a user