Skip to content

Commit

Permalink
style(backend): linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuukis committed Nov 13, 2024
1 parent 92e9edd commit 6f27d32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kobo/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,6 @@
],
'positive_int': ['django.forms.fields.IntegerField', {'min_value': 0}],
'positive_int_minus_one': ['django.forms.fields.IntegerField', {'min_value': -1}],
'positive_int': ['django.forms.fields.IntegerField', {'min_value': 0}],
}

CONSTANCE_CONFIG_FIELDSETS = {
Expand Down Expand Up @@ -929,7 +928,7 @@ def __init__(self, *args, **kwargs):

SPECTACULAR_SETTINGS = {
'TITLE': 'KoboToolbox API',
'DESCRIPTION': 'Warning: experimental schema generation and display. Use at your own risk.',
'DESCRIPTION': 'Warning: experimental schema generation. Use at your own risk.',
'VERSION': '0.0.1',
'SERVE_INCLUDE_SCHEMA': False,
# OTHER SETTINGS
Expand Down

0 comments on commit 6f27d32

Please sign in to comment.