From 62387e4eadc86e28f3e251bf73fab5faaa2962ca Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Mon, 8 Jan 2024 00:17:42 -0500 Subject: [PATCH] That seems more correct? --- py/hexagram/cluster_c.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/hexagram/cluster_c.pyx b/py/hexagram/cluster_c.pyx index ffa38b9..eedbd4a 100644 --- a/py/hexagram/cluster_c.pyx +++ b/py/hexagram/cluster_c.pyx @@ -24,7 +24,7 @@ cdef extern from *: """ cdef extern PyTypeObject *ctx_type -cdef class hexagram_cluster_py: +cdef class Cluster_py: cdef object _obj def __cinit__(self, double rpm_min, double rpm_redline, double rpm_max):