Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiyu Yang committed Feb 23, 2024
1 parent 694e54d commit a1f32c8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
from lean_dojo import *


LEAN_EXAMPLE_URL = "https://github.com/yangky11/lean-example"
STD4_URL = "https://github.com/leanprover/std4"
AESOP_URL = "https://github.com/JLimperg/aesop"
AESOP_URL = "https://github.com/leanprover-community/aesop"
MATHLIB4_URL = "https://github.com/leanprover-community/mathlib4"
LEAN4_EXAMPLE_URL = "https://github.com/yangky11/lean4-example"
URLS = [
LEAN_EXAMPLE_URL,
STD4_URL,
AESOP_URL,
MATHLIB4_URL,
Expand Down

0 comments on commit a1f32c8

Please sign in to comment.