Skip to content

Commit 92ca21a

Browse files
committed
fix: remove unused imports in sqlitecgo test file
Remove unused gcode and gerror imports that were left over after updating AllAndCount test expectations.
1 parent 26b30c1 commit 92ca21a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

contrib/drivers/sqlitecgo/sqlitecgo_z_unit_model_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ import (
2020
"github.com/gogf/gf/v2/container/gvar"
2121
"github.com/gogf/gf/v2/database/gdb"
2222
"github.com/gogf/gf/v2/encoding/gjson"
23-
"github.com/gogf/gf/v2/errors/gcode"
24-
"github.com/gogf/gf/v2/errors/gerror"
2523
"github.com/gogf/gf/v2/frame/g"
2624
"github.com/gogf/gf/v2/os/glog"
2725
"github.com/gogf/gf/v2/os/gtime"

0 commit comments

Comments
 (0)