Skip to content

Commit a3c197f

Browse files
authored
Fix indentation for table_report_n_rows check
1 parent c890818 commit a3c197f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skrub/_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def set_config(
341341
)
342342
local_config["table_report_verbosity"] = table_report_verbosity
343343

344-
if table_report_n_rows is not None:
344+
if table_report_n_rows is not None:
345345
if (
346346
not isinstance(table_report_n_rows, numbers.Integral)
347347
or table_report_n_rows < 1

0 commit comments

Comments
 (0)