Skip to content

Commit

Permalink
fix(zoltan.pyx): corrected local import
Browse files Browse the repository at this point in the history
  • Loading branch information
nauaneed committed Sep 24, 2024
1 parent fbe388d commit 919d0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyzoltan/core/zoltan.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ from cyarray.carray import DoubleArray, IntArray, UIntArray
from warnings import warn

# Local imports
import zoltan_utils
from . import zoltan_utils

def get_zoltan_id_type_max():
if ZOLTAN_UNSIGNED_INT:
Expand Down

0 comments on commit 919d0b6

Please sign in to comment.