Remove duplicate enum in spectactular.py
This commit is contained in:
parent
89b4e83c49
commit
a4dbf2dd50
|
|
@ -29,7 +29,6 @@ def get_spectacular_settings():
|
|||
'TemplateModelTypeEnum': 'report.models.ReportTemplateBase.ModelChoices',
|
||||
'AttachmentModelTypeEnum': 'common.models.Attachment.ModelChoices',
|
||||
'ParameterModelTypeEnum': 'common.models.Parameter.ModelChoices',
|
||||
'ParameterTemplateModelTypeEnum': 'common.models.ParameterTemplate.ModelChoices',
|
||||
'DataImportSessionModelTypeEnum': 'importer.models.DataImportSession.ModelChoices',
|
||||
# Allauth
|
||||
'UnauthorizedStatus': [[401, 401]],
|
||||
|
|
|
|||
Loading…
Reference in New Issue