Skip to content

Commit 44e12b5

Browse files
committed
Pre-commit fixes
1 parent cadae2e commit 44e12b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zarr/tests/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import sys
44
import pickle
55
import shutil
6-
import tempfile
76
from typing import Any, Literal, Optional, Tuple, Union, Sequence
87
import unittest
98
from itertools import zip_longest
@@ -2033,6 +2032,7 @@ def expected(self):
20332032
@pytest.mark.skipif(have_fsspec is False, reason="needs fsspec")
20342033
class TestArrayWithN5FSStore(TestArrayWithN5Store):
20352034
group_size = 0
2035+
20362036
def create_store(self):
20372037
path = mkdtemp()
20382038
atexit.register(shutil.rmtree, path)

0 commit comments

Comments
 (0)