Skip to content

histogram: fix plot_log_percentile_histogram failing on config=`None`

Štěpán Balážik requested to merge histogram-none-config-fix into master

Fix plot_log_percentile_histogram failing on config=None, which is the default parameter, this could have been caught by mypy but Optional[Dict] is probably too much of a hassle to set up and make mypy happy.

Merge request reports