mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
removing load dotenv
This commit is contained in:
parent
1788b6a5ec
commit
21532afd02
1 changed files with 0 additions and 2 deletions
|
|
@ -1,9 +1,7 @@
|
|||
import pytest
|
||||
import os
|
||||
from backend.SearchEpc import SearchEpc # Replace with your actual module name
|
||||
from dotenv import load_dotenv
|
||||
|
||||
load_dotenv(dotenv_path="backend/.env")
|
||||
EPC_AUTH_TOKEN = os.getenv("EPC_AUTH_TOKEN")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue