Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
fcurella committed Jan 22, 2025
1 parent 4dc0c24 commit da39d82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/providers/test_date_time.py
Original file line number Diff line number Diff line change
@@ -450,7 +450,6 @@ def test_date_between_end_today(self):
assert isinstance(random_date, date)
self.assertBetween(random_date, _30_years_ago, today)


def test_date_between_months(self):
today = date.today()
_2_months_ago = today - timedelta(days=2 * (365.24 / 12))

0 comments on commit da39d82

Please sign in to comment.