Skip to content

Commit

Permalink
Update printf.jl remove nonimports
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySarnoff committed Apr 8, 2023
1 parent 9cc0e4f commit 2cd87dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/support/printf.jl
Original file line number Diff line number Diff line change
@@ -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
Expand Down

2 comments on commit 2cd87dd

@JeffreySarnoff
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/81256

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.3.3 -m "<description of version>" 2cd87dd44bf8c81c1556ee4f41ff7af845c2e490
git push origin v1.3.3

Please sign in to comment.