Update job.go

This commit is contained in:
Jan Eitzinger 2023-03-29 06:47:19 +02:00
parent 5d535edb48
commit d4f3c4d07b

View File

@ -9,6 +9,8 @@ import (
"fmt" "fmt"
"io" "io"
"time" "time"
"github.com/ClusterCockpit/cc-backend/pkg/schema"
) )
// Non-Swaggered Comment: BaseJob // Non-Swaggered Comment: BaseJob