mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-05 04:50:12 +03:00
Remove usused assignment
This commit is contained in:
parent
2287201a1a
commit
9fac04bd89
|
@ -808,7 +808,6 @@ class DocumentationRenderer(BaseRenderer):
|
|||
formatter = HtmlFormatter(style=self.code_style)
|
||||
code_style = formatter.get_style_defs('.highlight')
|
||||
langs = ['shell', 'javascript', 'python']
|
||||
codec = coreapi.codecs.CoreJSONCodec()
|
||||
return {
|
||||
'document': data,
|
||||
'langs': langs,
|
||||
|
|
Loading…
Reference in New Issue
Block a user