Skip to content

Commit 3465696

Browse files
Fix is_wasm import
1 parent e2e3c0a commit 3465696

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_entrypoints_backport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
from multiprocessing import Process
55

66
import pytest
7-
from numcodecs.tests.common import is_wasm
87

98
import numcodecs.registry
9+
from tests.common import is_wasm
1010

1111
importlib_spec = importlib.util.find_spec("importlib_metadata")
1212
if importlib_spec is None or importlib_spec.loader is None: # pragma: no cover

0 commit comments

Comments
 (0)