From a256c4841e74a6ef3b340b710e47180377b498f1 Mon Sep 17 00:00:00 2001 From: User Date: Wed, 3 Jul 2024 17:30:28 +0300 Subject: [PATCH] remove HtmlRenderTool from tools init --- motleycrew/tools/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/motleycrew/tools/__init__.py b/motleycrew/tools/__init__.py index 386349da..8500ae6c 100644 --- a/motleycrew/tools/__init__.py +++ b/motleycrew/tools/__init__.py @@ -7,4 +7,3 @@ from .python_repl import PythonREPLTool from .code.postgresql_linter import PostgreSQLLinterTool from .code.python_linter import PythonLinterTool -from .html_render_tool import HtmlRenderTool