Skip to content

Commit

Permalink
style: change import style
Browse files Browse the repository at this point in the history
  • Loading branch information
WangYihang committed Apr 23, 2024
1 parent 89b7b6f commit 74d82b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Empty file removed main.py
Empty file.
4 changes: 3 additions & 1 deletion task.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package gojob

import "github.com/google/uuid"
import (
"github.com/google/uuid"
)

// Task is an interface that defines a task
type Task interface {
Expand Down

0 comments on commit 74d82b8

Please sign in to comment.