Skip to content

Commit

Permalink
attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Aug 28, 2024
1 parent 754f08d commit f4c82bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/zarr/_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

T = TypeVar("T")

# Based off https://github.com/scikit-learn/scikit-learn/blob/e87b32a81c70abed8f2e97483758eb64df8255e9/sklearn/utils/validation.py#L63


def _deprecate_positional_args(
func: Callable[..., T] | None = None, *, version: str = "1.3"
Expand Down

0 comments on commit f4c82bc

Please sign in to comment.