Skip to content

Commit 374a802

Browse files
committed
style
1 parent 37e8041 commit 374a802

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/test_info_utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ def test_is_small_dataset(
1616
dataset_size, config_max_in_memory_dataset_size, env_max_in_memory_dataset_size, monkeypatch
1717
):
1818
if config_max_in_memory_dataset_size != "default":
19-
monkeypatch.setattr(datasets.config, "HF_MAX_IN_MEMORY_DATASET_SIZE_IN_BYTES", config_max_in_memory_dataset_size)
19+
monkeypatch.setattr(
20+
datasets.config, "HF_MAX_IN_MEMORY_DATASET_SIZE_IN_BYTES", config_max_in_memory_dataset_size
21+
)
2022

2123
max_in_memory_dataset_size = datasets.config.HF_MAX_IN_MEMORY_DATASET_SIZE_IN_BYTES
2224
if config_max_in_memory_dataset_size == "default":

0 commit comments

Comments
 (0)