From 2cd87dd44bf8c81c1556ee4f41ff7af845c2e490 Mon Sep 17 00:00:00 2001 From: Jeffrey Sarnoff Date: Sat, 8 Apr 2023 11:51:46 -0400 Subject: [PATCH] Update printf.jl remove nonimports --- src/support/printf.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/support/printf.jl b/src/support/printf.jl index 8ec8ef49..addf7cd4 100644 --- a/src/support/printf.jl +++ b/src/support/printf.jl @@ -1,4 +1,4 @@ -import Printf: ini_dec, fix_dec, ini_hex, ini_HEX +import Printf: ini_dec, fix_dec if VERSION < v"1.1" using Base.Grisu: DIGITSs