From e90fd26984dbc6ebb28085ad5abcffec5072723d Mon Sep 17 00:00:00 2001 From: gustavoschaedler Date: Fri, 14 Jul 2023 05:12:05 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20remove(component.py):=20unnecess?= =?UTF-8?q?ary=20blank=20line=20at=20the=20start=20of=20the=20file=20for?= =?UTF-8?q?=20cleaner=20code=20structure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/backend/langflow/interface/custom/component.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/langflow/interface/custom/component.py b/src/backend/langflow/interface/custom/component.py index a0f99fa38..f6ef62802 100644 --- a/src/backend/langflow/interface/custom/component.py +++ b/src/backend/langflow/interface/custom/component.py @@ -1,4 +1,3 @@ - from pydantic import BaseModel from fastapi import HTTPException