Skip to content

Commit

Permalink
Avoid cyclic import
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Apr 1, 2024
1 parent 09cfeda commit f7517f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blosc2/ndarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
import numpy as np

import blosc2
from blosc2 import SpecialValue, blosc2_ext, compute_chunks_blocks
import blosc2.blosc2_ext as blosc2_ext
from blosc2 import SpecialValue, compute_chunks_blocks, SChunk

from .info import InfoReporter
from .schunk import SChunk


def process_key(key, shape):
Expand Down

0 comments on commit f7517f2

Please sign in to comment.