|
25 | 25 | from renku_data_services.data_api.dependencies import DependencyManager |
26 | 26 | from renku_data_services.data_connectors.blueprints import DataConnectorsBP |
27 | 27 | from renku_data_services.namespace.blueprints import GroupsBP |
28 | | -from renku_data_services.notebooks.blueprints import NotebooksBP, NotebooksNewBP |
| 28 | +from renku_data_services.notebooks.blueprints import NotebooksNewBP |
29 | 29 | from renku_data_services.notifications.blueprints import NotificationsBP |
30 | 30 | from renku_data_services.platform.blueprints import PlatformConfigBP, PlatformUrlRedirectBP |
31 | 31 | from renku_data_services.project.blueprints import ProjectsBP, ProjectSessionSecretBP |
@@ -193,17 +193,6 @@ def register_all_handlers(app: Sanic, dm: DependencyManager) -> Sanic: |
193 | 193 | authenticator=dm.authenticator, |
194 | 194 | internal_gitlab_authenticator=dm.gitlab_authenticator, |
195 | 195 | ) |
196 | | - notebooks = NotebooksBP( |
197 | | - name="notebooks_old", |
198 | | - url_prefix=url_prefix, |
199 | | - authenticator=dm.authenticator, |
200 | | - nb_config=dm.config.nb_config, |
201 | | - internal_gitlab_authenticator=dm.gitlab_authenticator, |
202 | | - rp_repo=dm.rp_repo, |
203 | | - user_repo=dm.kc_user_repo, |
204 | | - storage_repo=dm.storage_repo, |
205 | | - git_provider_helper=dm.git_provider_helper, |
206 | | - ) |
207 | 196 | notebooks_new = NotebooksNewBP( |
208 | 197 | name="notebooks", |
209 | 198 | url_prefix=url_prefix, |
@@ -291,7 +280,6 @@ def register_all_handlers(app: Sanic, dm: DependencyManager) -> Sanic: |
291 | 280 | oauth2_clients.blueprint(), |
292 | 281 | oauth2_connections.blueprint(), |
293 | 282 | repositories.blueprint(), |
294 | | - notebooks.blueprint(), |
295 | 283 | notebooks_new.blueprint(), |
296 | 284 | platform_config.blueprint(), |
297 | 285 | search.blueprint(), |
|
0 commit comments