This commit is contained in:
monalisa 2023-08-07 15:46:05 +02:00
parent 8e8c47b477
commit 3275878a17
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 0 additions and 1 deletions

View File

@ -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{}
}