Skip to content

Commit 8341b49

Browse files
committed
Remove unused import
1 parent bf61512 commit 8341b49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Colors.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Base.@deprecate_binding RGB1 XRGB
88
Base.@deprecate_binding RGB4 RGBX
99

1010

11-
import Base: ==, +, -, *, /
12-
import Base: convert, eltype, isless, range, show, showable, typemin, typemax
11+
import Base: +, -, *, / # for XYZ and LMS arithmetic
12+
import Base: convert, parse, range, show, showable
1313

1414
# Additional exports, not exported by ColorTypes
1515
export weighted_color_mean,

0 commit comments

Comments
 (0)