Skip to content

Commit 40d8d5e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e2c0555 commit 40d8d5e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/squidpy/gr/_ligrec.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -846,10 +846,7 @@ def _analysis_helper(
846846
rs.shuffle(clustering)
847847
error = test(interactions, interaction_clusters, data, clustering, mean, mask, res=res)
848848
if error:
849-
raise ValueError(
850-
"In the execution of the numba function, "
851-
"an unhandled case was encountered. "
852-
)
849+
raise ValueError("In the execution of the numba function, an unhandled case was encountered. ")
853850
# This is mainly to avoid a numba warning
854851
# Otherwise, the numba function wouldn't be
855852
# executed in parallel

0 commit comments

Comments
 (0)