Skip to content

Commit a4ee6b7

Browse files
authored
fix: lint error (#204)
1 parent e6a67e6 commit a4ee6b7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

otgorm/module.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package otgorm
22

33
import (
44
"fmt"
5-
"time"
65

76
"github.com/DoNewsCode/core/contract"
87
"github.com/DoNewsCode/core/di"
@@ -31,7 +30,6 @@ type Module struct {
3130
env contract.Env
3231
logger log.Logger
3332
container contract.Container
34-
interval time.Duration
3533
}
3634

3735
// ModuleIn contains the input parameters needed for creating the new module.

0 commit comments

Comments
 (0)