You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: consolidate load_dotenv + remove decorative headers and emojis
OPE-86: Consolidated load_dotenv() to single call in main.py.
Removed from: dependencies.py, cache.py, indexer_optimized.py,
supabase_service.py. Env vars are now loaded once before any
service imports.
OPE-74: Removed 95 decorative header lines across 19 files.
Converted '# ===== SECTION =====' to plain '# Section' comments.
Replaced 4 emoji print statements in sentry.py with [INFO]/[OK]/[WARN].
Files changed: 19
Lines removed: 155 (decorative noise)
Lines added: 30 (load_dotenv in main.py + simplified comments)
284 tests pass.
0 commit comments