Drop commented `numba` imports

incremental_update_paths
Tyler Goodlet 2022-05-15 15:44:19 -04:00
parent 037300ced0
commit ca5a25f921
1 changed files with 0 additions and 2 deletions

View File

@ -27,8 +27,6 @@ import numpy as np
import pyqtgraph as pg import pyqtgraph as pg
from PyQt5 import QtCore, QtGui, QtWidgets from PyQt5 import QtCore, QtGui, QtWidgets
from PyQt5.QtCore import QLineF, QPointF from PyQt5.QtCore import QLineF, QPointF
# from numba import types as ntypes
# from ..data._source import numba_ohlc_dtype
from .._profile import pg_profile_enabled, ms_slower_then from .._profile import pg_profile_enabled, ms_slower_then
from ._style import hcolor from ._style import hcolor