Skip to content

Commit

Permalink
STY: PEP8 fix for long line.
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Apr 10, 2024
1 parent 23dd83c commit ff6414c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/plotting/test_timeseriesdisplay.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,11 @@ def test_time_height_scatter2():
{'sgpsondewnpnC1.b1': sonde_ds}, figsize=(8, 10), subplot_shape=(2,)
)
display.time_height_scatter(
'tdry', day_night_background=True, subplot_index=(0,), cvd_friendly=True, plot_alt_field=True
'tdry',
day_night_background=True,
subplot_index=(0,),
cvd_friendly=True,
plot_alt_field=True,
)
display.time_height_scatter(
'rh', day_night_background=True, subplot_index=(1,), cvd_friendly=True
Expand Down

0 comments on commit ff6414c

Please sign in to comment.