diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-26 10:50:40 -0700 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-26 10:50:40 -0700 |
| commit | f2d8027c9aea93750fc4213d9e733c8575e89502 (patch) | |
| tree | 40b630efdf809fa9a97be9770388031a21e242b4 /django/forms/widgets.py | |
| parent | cc2049cdd7f7afa3ffdccf5ef77af84a9abbf8f9 (diff) | |
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)
Diffstat (limited to 'django/forms/widgets.py')
| -rw-r--r-- | django/forms/widgets.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/forms/widgets.py b/django/forms/widgets.py index 3b5c460ef9..58bcabef98 100644 --- a/django/forms/widgets.py +++ b/django/forms/widgets.py @@ -28,7 +28,7 @@ __all__ = ( 'SplitDateTimeWidget', 'SplitHiddenDateTimeWidget', ) -MEDIA_TYPES = ('css','js') +MEDIA_TYPES = ('css', 'js') @python_2_unicode_compatible class Media(object): |
