From 5765b0d4c24f44e2488e42bdb2dbfb5e875c94a2 Mon Sep 17 00:00:00 2001 From: angulartist Date: Sun, 19 Jul 2020 19:16:58 +0200 Subject: [PATCH] Enhancement: [Issue/812]: remove unused import --- pyqtgraph/graphicsItems/MultiPlotItem.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyqtgraph/graphicsItems/MultiPlotItem.py b/pyqtgraph/graphicsItems/MultiPlotItem.py index addafde2..588de331 100644 --- a/pyqtgraph/graphicsItems/MultiPlotItem.py +++ b/pyqtgraph/graphicsItems/MultiPlotItem.py @@ -5,7 +5,6 @@ Copyright 2010 Luke Campagnola Distributed under MIT/X11 license. See license.txt for more information. """ from numpy import ndarray -from ..Qt import QtGui from . import GraphicsLayout from ..metaarray import *