Skip to content

Commit

Permalink
Clean up import.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Jan 4, 2025
1 parent c620001 commit 43cf17c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/typing/converters/util.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package converters

import (
"strconv"
)
import "strconv"

func Float64ToString(value float64) string {
return strconv.FormatFloat(value, 'f', -1, 64)
Expand Down

0 comments on commit 43cf17c

Please sign in to comment.