File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
services/web/server/src/simcore_service_webserver Expand file tree Collapse file tree 4 files changed +3
-3
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 77from servicelib .aiohttp .application_setup import ModuleCategory , app_module_setup
88from servicelib .aiohttp .observer import setup_observer_registry
99
10- from ..user_notifications .plugin import (
10+ from ..user_notifications .bootstrap import (
1111 setup_user_notification_feature ,
1212)
13- from ..user_preferences .plugin import setup_user_preferences_feature
14- from ..user_tokens .plugin import setup_user_tokens_feature
13+ from ..user_preferences .bootstrap import setup_user_preferences_feature
14+ from ..user_tokens .bootstrap import setup_user_tokens_feature
1515from ._controller .rest import users_rest
1616
1717_logger = logging .getLogger (__name__ )
You canβt perform that action at this time.
0 commit comments