Skip to content

Commit d0e488c

Browse files
committed
refactor: remove unused time import from exporter interface
1 parent 65a5d16 commit d0e488c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

internal/exporters/exporter.go

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

33
import (
44
"context"
5-
"time"
65
)
76

87
// Exporter defines the interface that all metrics exporters must implement

0 commit comments

Comments
 (0)