mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
Ignore type in unused function
This commit is contained in:
@@ -37,7 +37,8 @@ def render_plots(call, plots):
|
||||
|
||||
def get_render_func(plot):
|
||||
"""Return the appropriate function to render plot."""
|
||||
return OPTIONS['plots'][plot['plot_types']['plot_type'].value]
|
||||
# This is probably broken and unused
|
||||
return OPTIONS['plots'][plot['plot_types']['plot_type'].value] # type: ignore
|
||||
|
||||
|
||||
def reduced_dimension_plot(pw="6L"):
|
||||
|
||||
Reference in New Issue
Block a user