forked from phoenix/litellm-mirror
(fix) errant print saying "Error importing .." msg
This commit is contained in:
parent
88152c77c5
commit
2d7ca36ec4
1 changed files with 0 additions and 1 deletions
|
@ -149,7 +149,6 @@ except Exception as e:
|
||||||
try:
|
try:
|
||||||
import enterprise # type: ignore
|
import enterprise # type: ignore
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print("Error importing enterprise: " + str(e)) # noqa
|
|
||||||
pass
|
pass
|
||||||
|
|
||||||
ui_link = f"/ui/"
|
ui_link = f"/ui/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue