Skip to content

Commit

Permalink
fix: remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
tbmc committed Sep 30, 2023
1 parent 014f05b commit 5160dde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion calendar_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def _extract_event_location(event_data: EVENT_TYPE, event: Event) -> None:


def _status_to_ics_status(sp_status: str) -> str:
return "TENTATIVE"
sp_status = sp_status.upper()
if sp_status == "CONFIRMED":
return "CONFIRMED"
Expand Down

0 comments on commit 5160dde

Please sign in to comment.