Skip to content

Commit 0460525

Browse files
authored
Apply suggestions from code review
1 parent 013bf31 commit 0460525

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/stats/query.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
package stats
22

33
import (
4-
"github.com/ydb-platform/ydb-go-sdk/v3/internal/xiter"
54
"time"
65

76
"github.com/ydb-platform/ydb-go-genproto/protos/Ydb_TableStats"
7+
8+
"github.com/ydb-platform/ydb-go-sdk/v3/internal/xiter"
89
)
910

1011
type (

0 commit comments

Comments
 (0)