Skip to content

Commit

Permalink
fix: pylint: E0102: method already defined line 77 (function-redefined)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhutar committed Nov 9, 2023
1 parent e1fedf5 commit 41e2bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_status_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_datetime(self):
self.assertEqual(self.status_data.get_date("aaa"), now_plus2)
self.assertEqual(self.status_data.get_date("bbb"), now_utc)

def test_datetime(self):
def test_datetime_format(self):
refference = datetime.datetime(
2020,
12,
Expand Down

0 comments on commit 41e2bb0

Please sign in to comment.