From fe6ad5226265e9317401861095509469641f5863 Mon Sep 17 00:00:00 2001 From: Ogi Moore Date: Sat, 10 Apr 2021 23:10:12 -0700 Subject: [PATCH] Remove infiniteline from others in examples --- examples/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/utils.py b/examples/utils.py index fe5e0fee..65f764d6 100644 --- a/examples/utils.py +++ b/examples/utils.py @@ -97,7 +97,6 @@ others = dict([ ('MultiplePlotAxes', 'MultiplePlotAxes.py'), ('ROItypes', 'ROItypes.py'), ('ScaleBar', 'ScaleBar.py'), - ('InfiniteLine', 'InfiniteLine.py'), ('ViewBox', 'ViewBox.py'), ('GradientEditor', 'GradientEditor.py'), ('GLBarGraphItem', 'GLBarGraphItem.py'),