Skip to content

Commit

Permalink
Pleasing linters
Browse files Browse the repository at this point in the history
  • Loading branch information
LSYS committed Jan 15, 2024
1 parent 528a134 commit fb155ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion forestplot/mplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,9 @@ def _make_mforestplot(
**kwargs,
)
if legend:
ax = mdraw_legend(models=models, modellabels=modellabels, ax=ax, xlabel=xlabel, **kwargs)
ax = mdraw_legend(
models=models, modellabels=modellabels, ax=ax, xlabel=xlabel, **kwargs
)

format_xticks(
dataframe=dataframe, estimate=estimate, ll=ll, hl=hl, xticks=xticks, ax=ax, **kwargs
Expand Down

0 comments on commit fb155ab

Please sign in to comment.