This commit is contained in:
Erick Friis
2023-12-14 16:27:16 -08:00
parent b515d81b7e
commit b3c828ebaf

View File

@@ -0,0 +1,7 @@
from langchain_core.runnables import Runnable
def test_import() -> None:
from pirate_speak.chain import chain
assert isinstance(chain, Runnable)