Skip to content

Commit

Permalink
refactor: reduced unsed imports (#3464)
Browse files Browse the repository at this point in the history
  • Loading branch information
nomeata authored Feb 22, 2024
1 parent 5bbc544 commit 23d3ac4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/Init/Conv.lean
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Authors: Leonardo de Moura
Notation for operators defined at Prelude.lean
-/
prelude
import Init.NotationExtra
import Init.Meta

namespace Lean.Parser.Tactic.Conv

Expand Down
4 changes: 0 additions & 4 deletions src/Init/Data/String/Extra.lean
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
Author: Leonardo de Moura
-/
prelude
import Init.Control.Except
import Init.Data.ByteArray
import Init.SimpLemmas
import Init.Util
import Init.WFTactics

namespace String

Expand Down

0 comments on commit 23d3ac4

Please sign in to comment.