Skip to content
Snippets Groups Projects

Release

Merged Alexa Valentová requested to merge test into master
462 files
+ 410029
3587
Compare changes
  • Side-by-side
  • Inline
Files
462
@@ -4,7 +4,6 @@ Parse iCal data to Events.
from datetime import date, datetime, timedelta
# for UID generation
from faulthandler import is_enabled
from random import randint
from typing import Optional
from uuid import uuid4
Loading