Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yangky11 committed Jul 23, 2024
1 parent 2ff92a4 commit 042452c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lean_dojo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,3 @@
from .interaction.parse_goals import Declaration, Goal, parse_goals
from .data_extraction.lean import get_latest_commit, LeanGitRepo, LeanFile, Theorem, Pos
from .constants import __version__

if os.geteuid() == 0:
logger.warning(
"Running LeanDojo as the root user may cause unexpected issues. Proceed with caution."
)

0 comments on commit 042452c

Please sign in to comment.