mirror of
https://github.com/sprockets/sprockets.mixins.mediatype.git
synced 2024-12-28 11:24:12 +00:00
Address flake8 concerns
This commit is contained in:
parent
30c87225c0
commit
5c7cebc6b7
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ class ContentMixin:
|
|||
[selected.content_type, selected.content_subtype])
|
||||
if selected.content_suffix is not None:
|
||||
self._best_response_match = '+'.join(
|
||||
[self._best_response_match, selected.content_suffix])
|
||||
[self._best_response_match, selected.content_suffix])
|
||||
except errors.NoMatch:
|
||||
self._best_response_match = settings.default_content_type
|
||||
|
||||
|
|
Loading…
Reference in a new issue