Skip to content

Commit d96c087

Browse files
committed
fix: remove display message
1 parent b71be58 commit d96c087

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/ydata_profiling/model/pandas/describe_categorical_pandas.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -269,11 +269,6 @@ def pandas_describe_categorical_1d(
269269

270270
if config.vars.cat.dirty_categories: # noqa: SIM102
271271
if not _displayed_catvar_banner:
272-
display_info = DisplayInfo(
273-
title="Identify dirty categories with ydata-sdk",
274-
info_text="This feature is only available for ydata-sdk users. Register to give try it.",
275-
)
276-
display_info.display_message()
277272
_displayed_catvar_banner = True
278273

279274
return config, series, summary

0 commit comments

Comments
 (0)