From 05b8838cd6b0432c509311e377e96e705bd64f99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E4=B9=90=E5=96=86?= Date: Tue, 18 Jun 2024 06:58:53 +0000 Subject: [PATCH] update vnpy/chart/widget.py. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 高乐喆 --- vnpy/chart/widget.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/vnpy/chart/widget.py b/vnpy/chart/widget.py index aa54d7c1..8059cc9d 100644 --- a/vnpy/chart/widget.py +++ b/vnpy/chart/widget.py @@ -3,9 +3,6 @@ from typing import List, Dict, Type import pyqtgraph as pg -from vnpy.trader.ui import QtGui, QtWidgets, QtCore -from vnpy.trader.object import BarData - from .manager import BarManager from .base import ( GREY_COLOR, WHITE_COLOR, CURSOR_COLOR, BLACK_COLOR, -- Gitee