fix logfire - don't load_dotenv

This commit is contained in:
Ishaan Jaff 2024-07-25 19:22:26 -07:00
parent 711496e260
commit fcd834b277

View file

@ -2,10 +2,6 @@
# On success + failure, log events to Logfire
import os
import dotenv
dotenv.load_dotenv() # Loading env variables using dotenv
import traceback
import uuid
from enum import Enum