Skip to content

Commit

Permalink
Removed yet unused dotenv reference
Browse files Browse the repository at this point in the history
  • Loading branch information
snorklerjoe committed Jun 18, 2024
1 parent 2edaea2 commit fbd6243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/pvhotwatercore/webapp/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

import os
from typing import Any, Dict
from dotenv import dotenv_values
# from dotenv import dotenv_values

__all__ = ['config']

basedir = os.path.abspath(os.path.dirname(__file__))

config: Dict[str, Any] = {
**dotenv_values(".env"),
# **dotenv_values(".env"),
**os.environ
}

0 comments on commit fbd6243

Please sign in to comment.