Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
chore(data/rat/defs): remove unneeded import (#17532)
Browse files Browse the repository at this point in the history


Co-authored-by: Scott Morrison <scott.morrison@gmail.com>
  • Loading branch information
semorrison and semorrison committed Nov 14, 2022
1 parent fefc4e0 commit ec5a68f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/data/rat/defs.lean
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Authors: Johannes Hölzl, Mario Carneiro
-/
import data.rat.init
import data.int.cast.defs
import data.int.div
import data.int.dvd.basic
import algebra.ring.regular
import data.nat.gcd.basic
import data.pnat.defs

Expand Down Expand Up @@ -585,3 +586,6 @@ lemma coe_int_inj (m n : ℤ) : (m : ℚ) = n ↔ m = n := ⟨congr_arg num, con
end casts

end rat

-- Guard against import creep.
assert_not_exists field

0 comments on commit ec5a68f

Please sign in to comment.