From 6d9db6dd2b9295c76140eb58a9d91ccd1b058214 Mon Sep 17 00:00:00 2001 From: Shroominic Date: Sat, 11 Nov 2023 13:24:30 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20author=20comment=20head?= =?UTF-8?q?er?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/funcchain_tutorial.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/funcchain_tutorial.py b/examples/funcchain_tutorial.py index cbe319f..9426132 100644 --- a/examples/funcchain_tutorial.py +++ b/examples/funcchain_tutorial.py @@ -1,7 +1,3 @@ -################################ -# Follow me on X @shroominic # -################################ - from langchain.pydantic_v1 import BaseModel, Field, validator # %%