Skip to content

Commit

Permalink
fix(flake8): Fix extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
mobinghoveoud committed Nov 15, 2024
1 parent 14e8de3 commit 2f067c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_jdatetime.py
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,6 @@ def test_eq_datetimes_with_different_locales_are_equal(self):
dt_fa = jdatetime.datetime(2018, 4, 15, 0, 0, 0, locale='fa_IR')
self.assertEqual(dt_en, dt_fa)


def test_eq_with_none(self):
dt1 = jdatetime.datetime(2023, 9, 30, 12, 0, 0, locale='fa_IR')
self.assertFalse(dt1.__eq__(None))
Expand Down

0 comments on commit 2f067c4

Please sign in to comment.