Skip to content

Commit 4d2f68b

Browse files
Apply ruff/pycodestyle rule W291
W291 Trailing whitespace
1 parent 840a3f7 commit 4d2f68b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/zarr/registry.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ def register(self, cls: type[T]) -> None:
4848
__ndbuffer_registry: Registry[NDBuffer] = Registry()
4949

5050
"""
51-
The registry module is responsible for managing implementations of codecs, pipelines, buffers and ndbuffers and
52-
collecting them from entrypoints.
53-
The implementation used is determined by the config
51+
The registry module is responsible for managing implementations of codecs,
52+
pipelines, buffers and ndbuffers and collecting them from entrypoints.
53+
The implementation used is determined by the config.
5454
"""
5555

5656

0 commit comments

Comments
 (0)