Skip to content

Commit 9e16b8f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 77ca4f1 commit 9e16b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spatialdata_plot/pl/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2201,7 +2201,7 @@ def _datashader_aggregate_with_function(
22012201

22022202

22032203
def _datshader_get_how_kw_for_spread(
2204-
reduction: Literal["sum", "mean", "any", "count", "std", "var", "max", "min"] | None
2204+
reduction: Literal["sum", "mean", "any", "count", "std", "var", "max", "min"] | None,
22052205
) -> str:
22062206
# Get the best input for the how argument of ds.tf.spread(), needed for numerical values
22072207
reduction = reduction or "sum"

0 commit comments

Comments
 (0)