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