Drop `pyqtgraph` import

plotitem_overlays
Tyler Goodlet 2022-01-24 16:15:38 -05:00
parent d170132eb5
commit 0ae79d6418
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ from PyQt5.QtWidgets import (
)
import numpy as np
import pyqtgraph as pg
from pyqtgraph.widgets._plotitemoverlay import PlotItemOverlay
import trio
from ._axes import (