Skip to content

Commit

Permalink
Remove redundant dotenv loading from main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
felixschndr committed Mar 9, 2025
1 parent 1e42d9f commit 188a4d3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions source/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@
import logging

from bring_handler import BringHandler
from dotenv import load_dotenv
from environment_variable_getter import EnvironmentVariableGetter
from flask import Flask, request
from ingredient import Ingredient, IngredientWithAmountsDisabled
from logger_mixin import LoggerMixin

load_dotenv()

app = Flask(__name__)


Expand Down

0 comments on commit 188a4d3

Please sign in to comment.