Skip to content

Commit

Permalink
Ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansdavis committed May 20, 2024
1 parent e465351 commit f8be940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_external_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ def test_wrapped_bool_requires_bool():
("Azimuth (º)", "azimuth"),
("Normal String", "normal_string"),
("", ""),
("Δ", "")
("Δ", ""),
],
)
def test_parameter_name_normalization(_input: str, expected: str):
Expand Down

0 comments on commit f8be940

Please sign in to comment.