Skip to content

Commit

Permalink
comment out the env
Browse files Browse the repository at this point in the history
  • Loading branch information
Atashnezhad committed Sep 1, 2023
1 parent 7c5d3d9 commit 589cb7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/p03_1_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from typing import Any, Dict, List, Optional

# load the env variables from .env file
from dotenv import load_dotenv
# from dotenv import load_dotenv

import boto3
import pymongo
Expand All @@ -20,7 +20,7 @@
DrillString, EmptyCacheInS3, InvalidCacheInS3, Wits)
from src.osu_api import Api

load_dotenv()
# load_dotenv()

# Initialize the logger
logger = logging.getLogger()
Expand Down

0 comments on commit 589cb7c

Please sign in to comment.