We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754f08d commit f4c82bcCopy full SHA for f4c82bc
src/zarr/_compat.py
@@ -6,6 +6,8 @@
6
7
T = TypeVar("T")
8
9
+# Based off https://github.com/scikit-learn/scikit-learn/blob/e87b32a81c70abed8f2e97483758eb64df8255e9/sklearn/utils/validation.py#L63
10
+
11
12
def _deprecate_positional_args(
13
func: Callable[..., T] | None = None, *, version: str = "1.3"
0 commit comments