Skip to content

Commit 6b855ac

Browse files
committed
Lint
1 parent 251ca2a commit 6b855ac

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/numcodecs/checksum32.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
import struct
44
import warnings
55
import zlib
6-
from collections.abc import Callable
6+
from collections.abc import Buffer, Callable
77
from typing import Literal
88

99
import numpy as np
10-
from typing_extensions import Buffer
1110

1211
from .abc import Codec
1312
from .compat import ensure_contiguous_ndarray, ndarray_copy

0 commit comments

Comments
 (0)