Skip to content

Commit c519fbe

Browse files
committed
fixup
1 parent b01e61c commit c519fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v3/test_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def test_array_v3_fill_value(store: MemoryStore, fill_value: int, dtype_str: str
138138
assert arr.fill_value.dtype == arr.dtype
139139

140140

141-
def test_create_positional_args_deprecated():
141+
def test_create_positional_args_deprecated() -> None:
142142
store = MemoryStore({}, mode="w")
143143
with pytest.warns(FutureWarning, match="Pass"):
144144
Array.create(store, (2, 2), dtype="f8")

0 commit comments

Comments
 (0)