Skip to content
Snippets Groups Projects
Commit 86d59466 authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Remove repeated code.

parent 487b7413
No related branches found
No related tags found
1 merge request!11Chunking
......@@ -107,19 +107,6 @@ class Encoding(_Mapping):
"""
self._kwargs["chunksizes"] = chunk_sizes
def set_chunk_sizes(self, chunk_sizes: tuple) -> None:
"""
Method to add chunksizes into the encoding dictionary.
Parameters
----------
chunk_sizes
Returns
-------
"""
self._kwargs["chunksizes"] = chunk_sizes
class VariableEncoding(_Mapping):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment