From 3275878a17a9e64ab164b20b9258d421b1a918a1 Mon Sep 17 00:00:00 2001 From: monalisa Date: Mon, 7 Aug 2023 15:46:05 +0200 Subject: [PATCH] - --- bundle/config/mutator/set_job_sources.go | 1 - 1 file changed, 1 deletion(-) diff --git a/bundle/config/mutator/set_job_sources.go b/bundle/config/mutator/set_job_sources.go index e813616e..9d75cfc1 100644 --- a/bundle/config/mutator/set_job_sources.go +++ b/bundle/config/mutator/set_job_sources.go @@ -11,7 +11,6 @@ import ( type setJobSources struct{} -// TranslatePaths converts paths to local notebook files into paths in the workspace file system. func SetJobSources() bundle.Mutator { return &setJobSources{} }