Skip to content

Commit

Permalink
chore(algebra/jordan/basic): remove unused imports (leanprover-commun…
Browse files Browse the repository at this point in the history
…ity#15686)

We don't need any linear algebra or the real numbers here
  • Loading branch information
eric-wieser authored and bottine committed Jul 30, 2022
1 parent ce251b3 commit d3e4aed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/algebra/jordan/basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ Copyright (c) 2021 Christopher Hoskin. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Christopher Hoskin
-/
import algebra.ring.basic
import algebra.lie.of_associative
import data.real.basic
import linear_algebra.basic
import algebra.ring.basic

/-!
# Jordan rings
Expand Down

0 comments on commit d3e4aed

Please sign in to comment.