Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
observingClouds authored Nov 26, 2024
1 parent a6005f6 commit a63502d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,9 @@ def test_get_config_issues():
method: stack_variables_by_var_name
name_format: f"{var_name}"
target_output_variable: forcing
""".format(schema_version=testdata.SCHEMA_VERSION)

""".format(
schema_version=testdata.SCHEMA_VERSION
)

def test_get_config_nested():
config = mdp.Config.from_yaml(VALID_EXAMPLE_CONFIG_YAML)
Expand Down

0 comments on commit a63502d

Please sign in to comment.