Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiyu Yang committed Jan 18, 2024
1 parent 403c773 commit 70cdf82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lean_dojo/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
import sys
import subprocess
import multiprocessing
from github import Auth
from pathlib import Path
from typing import Tuple
from github import Github
from loguru import logger
from dotenv import load_dotenv
from github import Github, Auth

load_dotenv()

Expand Down

0 comments on commit 70cdf82

Please sign in to comment.