Skip to content

Commit

Permalink
Merge pull request #88 from gwww/develop
Browse files Browse the repository at this point in the history
Format with black
  • Loading branch information
b4tman authored Mar 8, 2022
2 parents 2372103 + 70278c1 commit 912754b
Show file tree
Hide file tree
Showing 10 changed files with 507 additions and 328 deletions.
140 changes: 139 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ fire = "0.4.0"
[tool.poetry.dev-dependencies]
pytest = "^7.0.1"
flake8 = "^4.0.1"
black = "^22.1.0"

[tool.poetry.scripts]
sync-ics2gcal = "sync_ics2gcal.sync_calendar:main"
Expand Down
13 changes: 3 additions & 10 deletions sync_ics2gcal/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit 912754b

Please sign in to comment.