Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
micah-prime committed Nov 28, 2023
1 parent 0c4f6d6 commit 0bde1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,4 +401,4 @@ def test_stop_dates(self, found_events, idx, stop_date):
)
def test_start_duration(self, found_events, idx, duration):
event = found_events.events[idx]
assert event.duration == pd.to_timedelta(duration)
assert event.duration == pd.to_timedelta(duration)

0 comments on commit 0bde1f6

Please sign in to comment.