We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1855f0c commit f43449bCopy full SHA for f43449b
numcodecs/registry.py
@@ -8,7 +8,7 @@
8
9
logger = logging.getLogger("numcodecs")
10
codec_registry: dict[str, Codec] = {}
11
-entries: dict[str, "EntryPoints"] = {}
+entries: dict[str, EntryPoints] = {}
12
13
14
def run_entrypoints():
0 commit comments