From 8341b49ae53203560aa2b477c03c369a53f2301a Mon Sep 17 00:00:00 2001 From: kimikage Date: Sun, 27 Jun 2021 23:44:54 +0900 Subject: [PATCH] Remove unused `import` --- src/Colors.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Colors.jl b/src/Colors.jl index 4e6bb08b..bf0fa7cc 100644 --- a/src/Colors.jl +++ b/src/Colors.jl @@ -8,8 +8,8 @@ Base.@deprecate_binding RGB1 XRGB Base.@deprecate_binding RGB4 RGBX -import Base: ==, +, -, *, / -import Base: convert, eltype, isless, range, show, showable, typemin, typemax +import Base: +, -, *, / # for XYZ and LMS arithmetic +import Base: convert, parse, range, show, showable # Additional exports, not exported by ColorTypes export weighted_color_mean,