Skip to content

Commit

Permalink
fix marshmallow: missing → load_default
Browse files Browse the repository at this point in the history
  • Loading branch information
bouttier committed Dec 5, 2022
1 parent f8154fa commit 497a6bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/geonature/utils/config_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ class Synthese(Schema):
# Regulatory or not status list of fields
STATUS_FILTERS = fields.List(
fields.Dict,
missing=[
load_default=[
{
"id": "protections",
"show": True,
Expand All @@ -303,7 +303,7 @@ class Synthese(Schema):
# Red lists list of fields
RED_LISTS_FILTERS = fields.List(
fields.Dict,
missing=[
load_default=[
{
"id": "worldwide",
"show": True,
Expand Down

0 comments on commit 497a6bc

Please sign in to comment.