mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Merge pull request #436 from Hestia-Homes/remote-assessment-api
removing load dotenv
This commit is contained in:
commit
7ac40378ef
1 changed files with 0 additions and 2 deletions
|
|
@ -1,9 +1,7 @@
|
||||||
import pytest
|
import pytest
|
||||||
import os
|
import os
|
||||||
from backend.SearchEpc import SearchEpc # Replace with your actual module name
|
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")
|
EPC_AUTH_TOKEN = os.getenv("EPC_AUTH_TOKEN")
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue