Skip to content

Commit 73961ee

Browse files
committed
rename internal files to calm the new "ruff" rule
Signed-off-by: Alexander Piskun <[email protected]>
1 parent 38e0b6c commit 73961ee

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
File renamed without changes.

nc_py_api/ex_app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
set_handlers,
1111
talk_bot_msg,
1212
)
13-
from .logging import setup_nextcloud_logging
13+
from .logger import setup_nextcloud_logging
1414
from .misc import (
1515
get_computation_device,
1616
get_model_path,
File renamed without changes.

nc_py_api/nextcloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from ._theming import ThemingInfo, get_parsed_theme
3030
from .activity import _ActivityAPI, _AsyncActivityAPI
3131
from .apps import _AppsAPI, _AsyncAppsAPI
32-
from .calendar import _CalendarAPI
32+
from .calendar_api import _CalendarAPI
3333
from .ex_app.defs import LogLvl
3434
from .ex_app.events_listener import AsyncEventsListenerAPI, EventsListenerAPI
3535
from .ex_app.occ_commands import AsyncOccCommandsAPI, OccCommandsAPI

0 commit comments

Comments
 (0)