chore: use more specific import in OfScientific (#3165)

This just removes a spurious import of `Init.Data.Nat`. That's the only
non-aggregating import of that file in Init.
This commit is contained in:
Joe Hendrix 2024-01-11 10:23:43 -08:00 committed by GitHub
parent 1118931516
commit 7c4c57759d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ Authors: Leonardo de Moura
prelude
import Init.Meta
import Init.Data.Float
import Init.Data.Nat
import Init.Data.Nat.Log2
/-- For decimal and scientific numbers (e.g., `1.23`, `3.12e10`).
Examples: