Skip to content

Commit 4734a5d

Browse files
dcherianclaude
andcommitted
fix: update test_properties.py to import _is_sparse_supported_reduction from lib
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 7cd2cc4 commit 4734a5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_properties.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
from hypothesis import assume, given, note, settings
1818

1919
import flox
20-
from flox.core import _is_sparse_supported_reduction, groupby_reduce, groupby_scan
21-
from flox.lib import sparse_array_type
20+
from flox.core import groupby_reduce, groupby_scan
21+
from flox.lib import _is_sparse_supported_reduction, sparse_array_type
2222
from flox.xrutils import (
2323
_contains_cftime_datetimes,
2424
_to_pytimedelta,

0 commit comments

Comments
 (0)