Skip to content

Commit

Permalink
Merge pull request #263 from marlenezw/dotenv
Browse files Browse the repository at this point in the history
import dotenv
  • Loading branch information
marlenezw authored Nov 13, 2024
2 parents f20795d + 9d8ad8b commit 11fd06e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/evaluate/evaluators.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@


from azure.identity import DefaultAzureCredential
from dotenv import load_dotenv

load_dotenv()

Expand Down

0 comments on commit 11fd06e

Please sign in to comment.