Skip to content

Commit 6d04f9b

Browse files
committed
remove unneeded imports
1 parent 61ae42c commit 6d04f9b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

numcodecs/zarr3.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@
2828
import asyncio
2929
import math
3030
from dataclasses import dataclass, replace
31-
from functools import cached_property, partial
32-
from typing import Any, Self, TypeVar
31+
from functools import cached_property
32+
from typing import Any, Self
3333
from warnings import warn
34-
import textwrap
3534

3635
import numpy as np
3736

0 commit comments

Comments
 (0)