Skip to content

Commit 0e28776

Browse files
committed
fix: lint
1 parent 0b56c1b commit 0e28776

File tree

1 file changed

+1
-1
lines changed
  • libs/core/tests/unit_tests/language_models/chat_models

1 file changed

+1
-1
lines changed

libs/core/tests/unit_tests/language_models/chat_models/test_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def test_cache_with_generation_objects() -> None:
313313
but ChatResult expects ChatGeneration objects, causing validation errors.
314314
315315
See #22389 for more info.
316-
316+
317317
"""
318318
cache = InMemoryCache()
319319

0 commit comments

Comments
 (0)