Skip to content

Commit

Permalink
(fix) errant print saying "Error importing .." msg
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Mar 16, 2024
1 parent 88152c7 commit 2d7ca36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion litellm/proxy/proxy_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ def generate_feedback_box():
try:
import enterprise # type: ignore
except Exception as e:
print("Error importing enterprise: " + str(e)) # noqa
pass

ui_link = f"/ui/"
Expand Down

0 comments on commit 2d7ca36

Please sign in to comment.