[Fix] typo in typing
This commit is contained in:
parent
af37ba8beb
commit
0c068768fb
@ -1045,4 +1045,4 @@ class CandleChartDialog(QtWidgets.QDialog):
|
|||||||
|
|
||||||
def is_updated(self):
|
def is_updated(self):
|
||||||
""""""
|
""""""
|
||||||
return self.updated
|
return self.updated
|
||||||
|
@ -27,8 +27,8 @@ class ChartWidget(pg.PlotWidget):
|
|||||||
|
|
||||||
self._manager: BarManager = BarManager()
|
self._manager: BarManager = BarManager()
|
||||||
|
|
||||||
self._plots: Dict[str, ChartItem] = {}
|
self._plots: Dict[str, pg.GraphicsObject] = {}
|
||||||
self._items: Dict[str, pg.GraphicsObject] = {}
|
self._items: Dict[str, ChartItem] = {}
|
||||||
self._item_plot_map: Dict[ChartItem, pg.GraphicsObject] = {}
|
self._item_plot_map: Dict[ChartItem, pg.GraphicsObject] = {}
|
||||||
|
|
||||||
self._first_plot: pg.PlotItem = None
|
self._first_plot: pg.PlotItem = None
|
||||||
|
Loading…
Reference in New Issue
Block a user