Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
- remove logging statements
- format code with ruff
  • Loading branch information
SecretiveShell committed Sep 4, 2024
1 parent 43104e0 commit 42a42ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backends/infinity/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
has_infinity_emb: bool = False
try:
from infinity_emb import EngineArgs, AsyncEmbeddingEngine

has_infinity_emb = True
logger.debug("Successfully imported infinity.")
except ImportError:
logger.debug("Failed to import infinity.")
pass


class InfinityContainer:
Expand Down

0 comments on commit 42a42ca

Please sign in to comment.