From c9ee2adac4c250fb64e2eaa276c6c8d86a65c43d Mon Sep 17 00:00:00 2001 From: Brian Wylie Date: Sat, 21 Dec 2024 09:10:18 -0700 Subject: [PATCH] flake8/linter cleanup --- src/workbench/repl/workbench_shell.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/workbench/repl/workbench_shell.py b/src/workbench/repl/workbench_shell.py index 976c76d8..4a67c90d 100644 --- a/src/workbench/repl/workbench_shell.py +++ b/src/workbench/repl/workbench_shell.py @@ -489,6 +489,7 @@ def launch_plugin(plugin_class, input_data=None, **kwargs): **kwargs: Additional keyword arguments for plugin properties. """ from workbench.web_interface.components.plugin_unit_test import PluginUnitTest + plugin_test = PluginUnitTest(plugin_class, input_data, auto_update=True, **kwargs) url = "http://127.0.0.1:8050"