From 71057774f0cb4378473b61b0663cd9e024a30fad Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Mon, 6 Jan 2025 18:12:12 +0530 Subject: [PATCH] - --- libs/template/writer.go | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/template/writer.go b/libs/template/writer.go index f0b7ae6de..7bdf1ba5a 100644 --- a/libs/template/writer.go +++ b/libs/template/writer.go @@ -14,7 +14,6 @@ import ( "github.com/databricks/cli/libs/filer" ) -// TODO: Add some golden tests for these. const ( libraryDirName = "library" templateDirName = "template"