mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
PEP fix
This commit is contained in:
parent
64ae181bf6
commit
8e0dfa9c6f
@ -40,6 +40,7 @@ if settings.LATEX_ENABLED:
|
|||||||
|
|
||||||
from django.http import HttpResponse
|
from django.http import HttpResponse
|
||||||
|
|
||||||
|
|
||||||
class TexResponse(HttpResponse):
|
class TexResponse(HttpResponse):
|
||||||
def __init__(self, content, filename=None):
|
def __init__(self, content, filename=None):
|
||||||
super().__init__(content_type="application/txt")
|
super().__init__(content_type="application/txt")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user