Skip to content

Commit 204c952

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents d01e3c9 + de04e6e commit 204c952

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

onthisday/today.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ def __init__(self, source_name: str = "wiki", locale: str = None) -> None:
1919

2020
def _retrieve(self, **kwargs) -> List[Event]:
2121
"""Parse the events and retrieve them, eventually filtered based on passed arguments"""
22-
2322
events = self.source.parse()
2423

2524
if "from_year" in kwargs and kwargs["from_year"]:

0 commit comments

Comments
 (0)