Skip to content

Commit 60c4bc4

Browse files
committed
revert trigger for pre-commit ruff format
1 parent 75fca3c commit 60c4bc4

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/zarr/codecs/sharding.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# NOOP change
21
from __future__ import annotations
32

43
from collections.abc import Iterable, Mapping, MutableMapping

src/zarr/core/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# NOOP change
21
"""
32
The config module is responsible for managing the configuration of zarr and is based on the Donfig python library.
43
For selecting custom implementations of codecs, pipelines, buffers and ndbuffers, first register the implementations

tests/test_codecs/test_sharding.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# NOOP change
21
import pickle
32
from typing import Any
43
from unittest.mock import AsyncMock

tests/test_config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# NOOP change
21
import os
32
from collections.abc import Iterable
43
from typing import Any

0 commit comments

Comments
 (0)