mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2026-05-02 03:24:11 +03:00
Format with black.
This commit is contained in:
@@ -1,18 +1,11 @@
|
||||
|
||||
from .ical import (
|
||||
CalendarConverter,
|
||||
EventConverter,
|
||||
DateDateTime
|
||||
)
|
||||
from .ical import CalendarConverter, EventConverter, DateDateTime
|
||||
|
||||
from .gcal import (
|
||||
GoogleCalendarService,
|
||||
GoogleCalendar,
|
||||
EventData,
|
||||
EventList,
|
||||
EventTuple
|
||||
EventTuple,
|
||||
)
|
||||
|
||||
from .sync import (
|
||||
CalendarSync
|
||||
)
|
||||
from .sync import CalendarSync
|
||||
|
||||
Reference in New Issue
Block a user