Skip to content

Commit a935799

Browse files
committed
don't use deprecated attribute
1 parent 4dc139d commit a935799

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/zarr/core/array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6076,7 +6076,7 @@ async def _append(
60766076
array.store_path,
60776077
array.metadata,
60786078
array.codec_pipeline,
6079-
array._config,
6079+
array.config,
60806080
append_selection,
60816081
data,
60826082
)

0 commit comments

Comments
 (0)