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 bcd773c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Mathlib/Computability/QueryComplexity/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Authors: Geoffrey Irving, Tomaz Mascarenhas
import Mathlib.Computability.QueryComplexity.Defs
import Mathlib.Algebra.Group.Basic
import Mathlib.Algebra.Group.Nat.Defs
import Mathlib.Data.Nat.Cast.Basic
import Mathlib.Tactic.Cases

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

0 comments on commit bcd773c

Please sign in to comment.