File tree Expand file tree Collapse file tree 4 files changed +2
-2
lines changed Expand file tree Collapse file tree 4 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1010 set_handlers ,
1111 talk_bot_msg ,
1212)
13- from .logging import setup_nextcloud_logging
13+ from .logger import setup_nextcloud_logging
1414from .misc import (
1515 get_computation_device ,
1616 get_model_path ,
File renamed without changes.
Original file line number Diff line number Diff line change 2929from ._theming import ThemingInfo , get_parsed_theme
3030from .activity import _ActivityAPI , _AsyncActivityAPI
3131from .apps import _AppsAPI , _AsyncAppsAPI
32- from .calendar import _CalendarAPI
32+ from .calendar_api import _CalendarAPI
3333from .ex_app .defs import LogLvl
3434from .ex_app .events_listener import AsyncEventsListenerAPI , EventsListenerAPI
3535from .ex_app .occ_commands import AsyncOccCommandsAPI , OccCommandsAPI
You can’t perform that action at this time.
0 commit comments