Merge pull request #148 from McLaynV/always-true

Condition always true
pull/155/head
David Dreschner 2025-01-17 11:36:45 +01:00 zatwierdzone przez GitHub
commit 8a65dc6194
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -58,7 +58,7 @@ def events(
content, start=start, end=end, tzinfo=tzinfo, sort=sort, strict=strict
)
if found_events is not None and sort is True:
if sort is True:
found_events.sort()
return found_events