Remove duplicate enum in spectactular.py

This commit is contained in:
Oliver Walters 2025-12-02 07:13:48 +00:00
parent 89b4e83c49
commit a4dbf2dd50
1 changed files with 0 additions and 1 deletions

View File

@ -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]],