Skip to content

Commit

Permalink
Imported name is not used anywhere in the module (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos authored Nov 29, 2024
1 parent 1855f0c commit f43449b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numcodecs/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

logger = logging.getLogger("numcodecs")
codec_registry: dict[str, Codec] = {}
entries: dict[str, "EntryPoints"] = {}
entries: dict[str, EntryPoints] = {}


def run_entrypoints():
Expand Down

0 comments on commit f43449b

Please sign in to comment.