Skip to content

Commit 9c85bc7

Browse files
azory-ydatafabclmnt
authored andcommitted
fix(linting): code formatting
1 parent 1c94d33 commit 9c85bc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ydata_profiling/model/pandas/correlations_pandas.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@ def pandas_auto_compute(
198198

199199
method = (
200200
_pairwise_spearman
201-
if any(elem in categorical_columns for elem in [col_1_name, col_2_name]) is False
201+
if any(elem in categorical_columns for elem in [col_1_name, col_2_name])
202+
is False
202203
else _pairwise_cramers
203204
)
204205

0 commit comments

Comments
 (0)