Skip to content

Commit f43449b

Browse files
Imported name is not used anywhere in the module (#662)
1 parent 1855f0c commit f43449b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numcodecs/registry.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
logger = logging.getLogger("numcodecs")
1010
codec_registry: dict[str, Codec] = {}
11-
entries: dict[str, "EntryPoints"] = {}
11+
entries: dict[str, EntryPoints] = {}
1212

1313

1414
def run_entrypoints():

0 commit comments

Comments
 (0)