Skip to content

Commit

Permalink
precommit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
me-her committed Dec 16, 2024
1 parent 5597209 commit bfc8a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numcodecs/zfpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

if _zfpy_version:
with suppress(ImportError):
import zfpy as _zfpy
import zfpy as _zfpy # type: ignore[no-redef]

if _zfpy:
import numpy as np
Expand Down

0 comments on commit bfc8a7e

Please sign in to comment.