Skip to content

Commit

Permalink
flake8/linter cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Dec 21, 2024
1 parent 758b9d9 commit c9ee2ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/workbench/repl/workbench_shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c9ee2ad

Please sign in to comment.