Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
brokoli777 committed Nov 26, 2024
1 parent 4633665 commit de48501
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test_time_in_draft.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def test_time_in_draft_without_ready_for_review(self):
expected = timedelta(days=3)
self.assertEqual(result, expected, "The time in draft should be 3 days.")


def test_time_in_draft_multiple_intervals(self):
"""
Test measure_time_in_draft with multiple draft intervals.
Expand Down

0 comments on commit de48501

Please sign in to comment.