Skip to content

Commit

Permalink
fix(linting): code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
azory-ydata committed Oct 28, 2024
1 parent 7528e2c commit c995d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ydata_profiling/utils/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ def info_def_report(self, df, timeseries: bool) -> None: # noqa: ANN001
try:
ncols = len(df.columns)
except AttributeError:
ncols=0
ncols = 0

if isinstance(df, pd.DataFrame):
dataframe = "pandas"
report_type = "regular"
Expand Down

0 comments on commit c995d17

Please sign in to comment.