From 99edb76ca68e65c3306de0e7e9ae749a7a931b41 Mon Sep 17 00:00:00 2001 From: Gaurang Kudale <gaurangkudale@yahoo.com> Date: Sat, 28 Dec 2024 15:30:03 +0530 Subject: [PATCH] remove comments --- workspaces/backend/api/app.go | 1 - 1 file changed, 1 deletion(-) diff --git a/workspaces/backend/api/app.go b/workspaces/backend/api/app.go index c10377b3..9f87bb6c 100644 --- a/workspaces/backend/api/app.go +++ b/workspaces/backend/api/app.go @@ -25,7 +25,6 @@ import ( "sigs.k8s.io/controller-runtime/pkg/client" _ "github.com/kubeflow/notebooks/workspaces/backend/api/docs" - // https://github.com/gaurangkudale/notebooks.git "github.com/kubeflow/notebooks/workspaces/backend/internal/config" "github.com/kubeflow/notebooks/workspaces/backend/internal/repositories" httpSwagger "github.com/swaggo/http-swagger"