remove logging
- remove logging statements - format code with ruff
This commit is contained in:
parent
43104e0d19
commit
42a42caf43
1 changed files with 2 additions and 2 deletions
|
|
@ -10,10 +10,10 @@ from common.utils import unwrap
|
|||
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue