From d7a3c10d3affcfacf12fbf62a023067e501dd5b2 Mon Sep 17 00:00:00 2001 From: gustavoschaedler Date: Sat, 15 Jul 2023 01:02:52 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20refactor(test=5Fcustom=5Fcompone?= =?UTF-8?q?nt.py):=20improve=20readability=20by=20breaking=20long=20lines?= =?UTF-8?q?=20of=20code=20=F0=9F=94=A8=20refactor(test=5Fcustom=5Fcomponen?= =?UTF-8?q?t.py):=20update=20import=20statement=20to=20reflect=20new=20fil?= =?UTF-8?q?e=20structure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_custom_component.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_custom_component.py b/tests/test_custom_component.py index fcb5a03eb..b73a80d69 100644 --- a/tests/test_custom_component.py +++ b/tests/test_custom_component.py @@ -1,7 +1,7 @@ import ast import pytest from fastapi import HTTPException -from langflow.interface.custom.custom import CustomComponent +from langflow.interface.custom.custom_component import CustomComponent from langflow.interface.custom.constants import DEFAULT_CUSTOM_COMPONENT_CODE