diff --git a/flowchart/eq.py b/flowchart/eq.py index ad1e357c..031ebce8 100644 --- a/flowchart/eq.py +++ b/flowchart/eq.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- from numpy import ndarray, bool_ -from metaarray import MetaArray +from pyqtgraph.metaarray import MetaArray def eq(a, b): """The great missing equivalence function: Guaranteed evaluation to a single bool value."""