Skip to content

Commit cd0fe4d

Browse files
committed
chore: remove unused render import from service template
1 parent 7b73125 commit cd0fe4d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/service/service.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88
{{.ServicePackage}} "{{.BizPackagePath}}/api/{{.PackagePath}}"
99
"{{.BizPackagePath}}/internal/pkg/conv"
1010
"{{.BizPackagePath}}/internal/pkg/database/ent/{{toLower .ServiceName}}"
11-
"{{.BizPackagePath}}/internal/pkg/render"
1211
"{{.BizPackagePath}}/internal/pkg/render/entbind"
1312
)
1413

0 commit comments

Comments
 (0)