Skip to content

Commit

Permalink
fix: remove unneeded LibrarySearch imports (#3353)
Browse files Browse the repository at this point in the history
Removes `LibrarySearch` imports that were accidentally included in #2843 and #2361.
  • Loading branch information
dwrensha committed Apr 9, 2023
1 parent a8db3aa commit 3fb0331
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Mathlib/CategoryTheory/ConnectedComponents.lean
Expand Up @@ -12,7 +12,6 @@ import Mathlib.Data.List.Chain
import Mathlib.CategoryTheory.IsConnected
import Mathlib.CategoryTheory.Sigma.Basic
import Mathlib.CategoryTheory.FullSubcategory
import Mathlib.Tactic.LibrarySearch

/-!
# Connected components of a category
Expand Down
2 changes: 0 additions & 2 deletions Mathlib/Data/Nat/Choose/Multinomial.lean
Expand Up @@ -15,8 +15,6 @@ import Mathlib.Data.Fin.VecNotation
import Mathlib.Data.Finset.Sym
import Mathlib.Data.Finsupp.Multiset

import Mathlib.Tactic.LibrarySearch

/-!
# Multinomial
Expand Down

0 comments on commit 3fb0331

Please sign in to comment.