Skip to content

Commit

Permalink
automated fixes
Browse files Browse the repository at this point in the history
Mathbin -> Mathlib

fix certain import statements

move "by" to end of line

add import to Mathlib.lean
  • Loading branch information
mattrobball committed Feb 14, 2023
1 parent 466cb9f commit e2cfafa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions Mathlib.lean
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ import Mathlib.CategoryTheory.Functor.Default
import Mathlib.CategoryTheory.Functor.FullyFaithful
import Mathlib.CategoryTheory.Functor.Functorial
import Mathlib.CategoryTheory.Functor.InvIsos
import Mathlib.CategoryTheory.Groupoid
import Mathlib.CategoryTheory.Iso
import Mathlib.CategoryTheory.NatIso
import Mathlib.CategoryTheory.NatTrans
Expand Down
10 changes: 5 additions & 5 deletions Mathlib/CategoryTheory/Groupoid.lean
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Authors: Reid Barton, Scott Morrison, David Wärn
! Please do not edit these lines, except to modify the commit id
! if you have ported upstream changes.
-/
import Mathbin.CategoryTheory.FullSubcategory
import Mathbin.CategoryTheory.Products.Basic
import Mathbin.CategoryTheory.Pi.Basic
import Mathbin.CategoryTheory.Category.Basic
import Mathbin.Combinatorics.Quiver.ConnectedComponent
import Mathlib.CategoryTheory.FullSubcategory
import Mathlib.CategoryTheory.Products.Basic
import Mathlib.CategoryTheory.Pi.Basic
import Mathlib.CategoryTheory.Category.Basic
import Mathlib.Combinatorics.Quiver.ConnectedComponent

/-!
# Groupoids
Expand Down

0 comments on commit e2cfafa

Please sign in to comment.