Skip to content

Commit

Permalink
fix: remove unneeded LibrarySearch import (#3854)
Browse files Browse the repository at this point in the history
Removes from `Analysis/SpecificLimits/Normed.lean` an `import Mathlib.Tactic.LibrarySearch` that was accidentally included in #3419.
  • Loading branch information
dwrensha committed May 9, 2023
1 parent 773a35f commit a2eec64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Mathlib/Analysis/SpecificLimits/Normed.lean
Expand Up @@ -12,7 +12,6 @@ import Mathlib.Algebra.Order.Field.Basic
import Mathlib.Analysis.Asymptotics.Asymptotics
import Mathlib.Analysis.SpecificLimits.Basic
import Mathlib.Data.List.TFAE
import Mathlib.Tactic.LibrarySearch

/-!
# A collection of specific limit computations
Expand Down

0 comments on commit a2eec64

Please sign in to comment.