mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
chore: remove unused default_encoding import in init
This commit is contained in:
parent
63e855a033
commit
c4410bcbfe
1 changed files with 0 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue