Skip to content

Commit d5fb2e6

Browse files
chrimahoaquemy
authored andcommitted
fix: bug when creating a new report (#1440)
1 parent 9e97c54 commit d5fb2e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ydata_profiling/profile_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def __init__(
6767
dark_mode: bool = False,
6868
orange_mode: bool = False,
6969
sample: Optional[dict] = None,
70-
config_file: Union[Path, str] = None,
70+
config_file: Optional[Union[Path, str]] = None,
7171
lazy: bool = True,
7272
typeset: Optional[VisionsTypeset] = None,
7373
summarizer: Optional[BaseSummarizer] = None,

0 commit comments

Comments
 (0)