Skip to content

Commit

Permalink
chore: remove env loader from helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
HAEKADI committed Sep 12, 2024
1 parent 3c7f199 commit 1f1561c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/utils/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@
from hashlib import sha256

import requests
from dotenv import load_dotenv

from app.config import settings

load_dotenv()


def fetch_json_from_url(url):
try:
Expand Down

0 comments on commit 1f1561c

Please sign in to comment.