Skip to content

Commit 517310f

Browse files
committed
bug fix
1 parent 88354ab commit 517310f

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

lean_dojo_v2/lean_dojo/__init__.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
import os
2-
3-
from loguru import logger
4-
51
from lean_dojo_v2.utils.constants import __version__
62

73
from .data_extraction.dataset import generate_benchmark
@@ -13,17 +9,3 @@
139
TracedTactic,
1410
TracedTheorem,
1511
)
16-
from .interaction.dojo import (
17-
CommandState,
18-
Dojo,
19-
DojoCrashError,
20-
DojoInitError,
21-
DojoTacticTimeoutError,
22-
LeanError,
23-
ProofFinished,
24-
ProofGivenUp,
25-
TacticResult,
26-
TacticState,
27-
check_proof,
28-
)
29-
from .interaction.parse_goals import Declaration, Goal, parse_goals

lean_dojo_v2/lean_dojo/data_extraction/trace.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
from contextlib import contextmanager
1111
from multiprocessing import Process
1212
from pathlib import Path
13-
from subprocess import CalledProcessError
1413
from time import monotonic, sleep
1514
from typing import Generator, List, Optional, Union
1615

0 commit comments

Comments
 (0)