Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
sgouezel authored and eric-wieser committed Oct 23, 2023
1 parent f005fb5 commit 97f1bc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion leanpkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ lean_version = "leanprover-community/lean:3.50.3"
path = "src"

[dependencies]
mathlib = {git = "https://github.com/leanprover-community/mathlib", rev = "5aa3c1de9f3c642eac76e11071c852766f220fd0"}
mathlib = {git = "https://github.com/leanprover-community/mathlib", rev = "5ec62c8106221a3f9160e4e4fcc3eed79fe213e9"}
2 changes: 1 addition & 1 deletion src/exercises_sources/tuesday/numbers.lean
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import tactic
import data.real.basic
import data.int.gcd
import number_theory.padics
import number_theory.padics.padic_numbers
import data.nat.prime_norm_num

/-!
Expand Down

0 comments on commit 97f1bc5

Please sign in to comment.