From 19c4391fed645976aca8ab3d74b7fec552c8b21a Mon Sep 17 00:00:00 2001 From: ajaysi Date: Sun, 6 Oct 2024 14:04:00 +0530 Subject: [PATCH] chore: Remove duplicate call to load_dotenv() in alwrity.py --- alwrity.py | 1 - 1 file changed, 1 deletion(-) diff --git a/alwrity.py b/alwrity.py index a669c791..403362a8 100644 --- a/alwrity.py +++ b/alwrity.py @@ -213,7 +213,6 @@ def main(): #load_environment from dotenv import load_dotenv load_dotenv() - load_dotenv() setup_ui() setup_environment_paths() sidebar_configuration()