Skip to content

Commit

Permalink
Fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiggi committed Feb 24, 2023
1 parent 1564732 commit 145ca1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disdrodb/tests/test_l0a_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def test_drop_time_periods():
df_out = l0a_processing.drop_time_periods(df, time_periods=inside_time_periods)
assert not np.any(
df_out["time"].between(
inside_time_periods[0][0], inside_time_periods[0][1], inclusive='both'
inside_time_periods[0][0], inside_time_periods[0][1], inclusive="both"
)
)

Expand Down

0 comments on commit 145ca1f

Please sign in to comment.