chore: remove unused default_encoding import in init

This commit is contained in:
Alexsander Hamir 2026-01-28 12:07:00 -08:00
parent 63e855a033
commit c4410bcbfe

View file

@ -81,8 +81,6 @@ litellm_mode = os.getenv("LITELLM_MODE", "DEV") # "PRODUCTION", "DEV"
if litellm_mode == "DEV":
dotenv.load_dotenv()
# Import default_encoding to ensure environment variables are initialized at import time
from litellm.litellm_core_utils import default_encoding # noqa: F401
####################################################
if set_verbose: