Skip to content

Commit

Permalink
test envvar works on local
Browse files Browse the repository at this point in the history
  • Loading branch information
CharleyDL committed May 2, 2024
1 parent b4775f9 commit f619fb7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@
import dagshub
import mlflow.pyfunc
import os
import logging
import requests

from dagshub import auth
from dotenv import load_dotenv


load_dotenv()
logging.basicConfig(level=logging.DEBUG)


class TestLoadModel:
Expand Down

0 comments on commit f619fb7

Please sign in to comment.