Skip to content

Commit 42fbb66

Browse files
committed
Fix a condition
1 parent e6d7a1a commit 42fbb66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blosc2/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import blosc2
3131
from blosc2 import blosc2_ext
3232

33-
if blosc2.IS_WASM:
33+
if not blosc2.IS_WASM:
3434
import cpuinfo
3535

3636
if TYPE_CHECKING:

0 commit comments

Comments
 (0)