style: Fix formatting after sync

This commit is contained in:
Husam Alshehadat
2025-06-27 10:35:16 -07:00
parent 05f1844a82
commit 36bba89325
4 changed files with 176 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ from typing import Any, Optional
# This is optional - environment variables can still be passed directly
try:
from dotenv import load_dotenv
# Load environment variables from .env file in the script's directory
# This ensures .env is loaded regardless of the current working directory
script_dir = Path(__file__).parent