Removed local imports
This commit is contained in:
parent
c986401ee8
commit
28ed959ef7
|
@ -3,8 +3,6 @@ package pixel
|
|||
import (
|
||||
"fmt"
|
||||
"math"
|
||||
|
||||
"github.com/scottwinkler/pixel"
|
||||
)
|
||||
|
||||
// Clamp returns x clamped to the interval [min, max].
|
||||
|
|
Loading…
Reference in New Issue