Skip to content

Commit c535897

Browse files
committed
fixed comment
1 parent 21a06c2 commit c535897

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/agents/extensions/sandbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
from .litellm_compaction import LiteLLMCompaction as LiteLLMCompaction
114114

115115
_HAS_LITELLM_COMPACTION = True
116-
except ImportError: # pragma: no cover
116+
except Exception: # pragma: no cover
117117
_HAS_LITELLM_COMPACTION = False
118118

119119
__all__: list[str] = []

0 commit comments

Comments
 (0)