Skip to content

Commit

Permalink
Fix imports on basic.lean
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaz1502 committed Jan 18, 2025
1 parent 9ebea56 commit 26cd6b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Mathlib/Computability/QueryComplexity/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ Copyright (c) 2025 Tomaz Mascarenhas. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Geoffrey Irving, Tomaz Mascarenhas
-/
import Mathlib.Computability.QueryComplexity.Defs
import Mathlib.Algebra.Group.Basic
import Mathlib.Algebra.Group.Nat.Defs
import Mathlib.Computability.QueryComplexity.Defs
import Mathlib.Data.Nat.Cast.Basic

Check warning on line 9 in Mathlib/Computability/QueryComplexity/Basic.lean

View workflow job for this annotation

GitHub Actions / Build

unused import (use `lake exe shake --fix` to fix this, or `lake exe shake --update` to ignore)
import Mathlib.Tactic.Cases

/-!
## Basic properties of `Comp` and its Monad instance.
Expand Down

0 comments on commit 26cd6b6

Please sign in to comment.