Skip to content

Commit 70f3d62

Browse files
committed
Fix test for Python 3.9
1 parent f48a90f commit 70f3d62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

notubiz/api/_converter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from notubiz.api._helpers import parse_date
55
from notubiz.api._hooks_registry import Hooks
66

7-
@staticmethod
87
def get_converter() -> Converter:
98
converter = Converter()
109
converter.register_structure_hook(datetime, lambda date_string, _: parse_date(date_string))

0 commit comments

Comments
 (0)