Skip to content

Commit

Permalink
blackify tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wkerzendorf committed Jul 18, 2023
1 parent 4ac0f43 commit 2b92201
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tardis/io/tests/test_config_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ def test_convergence_section_parser():
"t_rad": {"damping_constant": 1.0},
}

parsed_convergence_section = config_reader.Configuration.parse_convergence_section(
test_convergence_section
parsed_convergence_section = (
config_reader.Configuration.parse_convergence_section(
test_convergence_section
)
)

assert_almost_equal(
Expand Down

0 comments on commit 2b92201

Please sign in to comment.