Remove unused get_accessible_calendar_ids import from dashboard
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
0401a71fce
commit
8b39c961b6
@ -13,7 +13,7 @@ from app.models.project import Project
|
|||||||
from app.models.user import User
|
from app.models.user import User
|
||||||
from app.routers.auth import get_current_user, get_current_settings
|
from app.routers.auth import get_current_user, get_current_settings
|
||||||
from app.models.event_invitation import EventInvitation
|
from app.models.event_invitation import EventInvitation
|
||||||
from app.services.calendar_sharing import get_accessible_calendar_ids, get_accessible_event_scope
|
from app.services.calendar_sharing import get_accessible_event_scope
|
||||||
|
|
||||||
router = APIRouter()
|
router = APIRouter()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user