Skip to content

Commit

Permalink
STY: Drop assignment to unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
DWesl authored May 27, 2024
1 parent c7e721e commit 25f6bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/calc/test_calc_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -1566,7 +1566,7 @@ def test_cumulative_integrate_numpy():
with pytest.raises(
ValueError, "cumulative_integrate called with unitless arguments"

Check failure on line 1567 in tests/calc/test_calc_tools.py

View workflow job for this annotation

GitHub Actions / Flake8

[ruff] reported by reviewdog 🐶 Q000 [*] Double quotes found but single quotes preferred Raw Output: tests/calc/test_calc_tools.py:1567:25: Q000 [*] Double quotes found but single quotes preferred
):
integral = cumulative_integrate(field, delta=1)
cumulative_integrate(field, delta=1)


def test_cumulative_integrate_pint():
Expand Down

0 comments on commit 25f6bf1

Please sign in to comment.