We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d494e commit 344fe6eCopy full SHA for 344fe6e
numcodecs/tests/test_registry.py
@@ -3,8 +3,8 @@
3
import pytest
4
5
import numcodecs
6
-from numcodecs.registry import get_codec
7
from numcodecs.errors import UnknownCodecError
+from numcodecs.registry import get_codec
8
9
10
def test_registry_errors():
0 commit comments