Skip to content

Commit

Permalink
remove blank line from end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeceglie committed Jul 2, 2024
1 parent 197a203 commit 1a8b45e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rdtools/test/energy_from_power_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,3 @@ def test_energy_from_power_series_index():
power = pd.Series([1, 2, 3, 4, 5])
with pytest.raises(ValueError):
energy_from_power(power)

0 comments on commit 1a8b45e

Please sign in to comment.