Skip to content

Commit

Permalink
sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
YaelDillies committed Nov 17, 2024
1 parent ff9a5f7 commit 49a3566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mathlib/Algebra/Group/Pointwise/Finset/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Authors: Floris van Doorn, Yaël Dillies
import Mathlib.Algebra.BigOperators.Group.Finset
import Mathlib.Algebra.Group.Action.Pi
import Mathlib.Algebra.Group.Pointwise.Set.Finite
import Mathlib.Algebra.Group.Pointwise.Set.ListOfFn
import Mathlib.Data.Finset.Density
import Mathlib.Data.Finset.Max
import Mathlib.Data.Finset.NAry
import Mathlib.Algebra.Group.Pointwise.Set.ListOfFn
import Mathlib.Data.Set.Pointwise.SMul

/-!
Expand Down

0 comments on commit 49a3566

Please sign in to comment.