Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
danydudiot committed Oct 15, 2024
2 parents 9faa36f + 8b985c5 commit ceda17b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/MyTask.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
from dotenv import load_dotenv
import os

from Calendar import Calendar, changed_events
from Calendar import Calendar, changed_events, overlap
from Event import Event
from UserBase import get_user_base
from Tool import get_tool
from Enums import Subscription, RoleEnum
from src.Calendar import overlap

load_dotenv("keys.env")

Expand Down

0 comments on commit ceda17b

Please sign in to comment.