Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 8, 2023
1 parent cdc07fc commit 3c01f0e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions finch/processes/wpsio.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,17 @@ def get_ensemble_inputs(novar=False):
data_type="string",
default=None,
min_occurs=0,
allowed_values=list(set(list(
chain(*[d.allowed_values["variable"] for d in datasets_config.values()])))
allowed_values=list(
set(
list(
chain(
*[
d.allowed_values["variable"]
for d in datasets_config.values()
]
)
)
)
),
)
return dataset, scenario, models, variable
Expand Down

0 comments on commit 3c01f0e

Please sign in to comment.