fix syntax mistake

This commit is contained in:
Fabian Neumann 2024-03-14 19:06:21 +01:00
parent b485d987f1
commit 63072f2224

View File

@ -14,7 +14,7 @@ import pypsa
import xarray as xr
from _helpers import (
configure_logging,
get_snapshots
get_snapshots,
set_scenario_config,
update_config_from_wildcards,
)