Ignore type in unused function

This commit is contained in:
mvdbeek
2021-10-12 15:25:30 +02:00
parent 2ed29639bb
commit 4dbf235f23
+2 -1
View File
@@ -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"):