Skip to content

Commit

Permalink
Black linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman committed Jan 14, 2020
1 parent e598cc5 commit ae5166b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/pandas_profiling/report/presentation/core/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@

class Dataset(ItemRenderer):
def __init__(
self, package, date_start, date_end, values, messages, collapse_warnings, variables, **kwargs
self,
package,
date_start,
date_end,
values,
messages,
collapse_warnings,
variables,
**kwargs
):
super().__init__(
"dataset",
Expand Down

0 comments on commit ae5166b

Please sign in to comment.