mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 11:05:41 +00:00
PEP fix
This commit is contained in:
@ -40,6 +40,7 @@ if settings.LATEX_ENABLED:
|
||||
|
||||
from django.http import HttpResponse
|
||||
|
||||
|
||||
class TexResponse(HttpResponse):
|
||||
def __init__(self, content, filename=None):
|
||||
super().__init__(content_type="application/txt")
|
||||
|
Reference in New Issue
Block a user