mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-14 22:17:15 +00:00
standard-tests: show right classes in api docs (#28591)
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
"""
|
||||
Standard tests for the BaseCache abstraction
|
||||
|
||||
We don't recommend implementing externally managed BaseCache abstractions at this time.
|
||||
|
||||
:private:
|
||||
"""
|
||||
|
||||
from abc import abstractmethod
|
||||
|
||||
import pytest
|
||||
|
Reference in New Issue
Block a user