From 2b5ce9c167bc148abe198d24d39bd666a3299653 Mon Sep 17 00:00:00 2001 From: LSYS Date: Thu, 14 Dec 2023 14:46:26 +0800 Subject: [PATCH] Pleasing black --- forestplot/graph_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forestplot/graph_utils.py b/forestplot/graph_utils.py index 159547a..e9b2b58 100644 --- a/forestplot/graph_utils.py +++ b/forestplot/graph_utils.py @@ -184,7 +184,7 @@ def right_flush_yticklabels( pad = max( T.label1.get_window_extent(renderer=fig.canvas.get_renderer()).width for T in yax.majorTicks - ) + ) if flush: yax.set_tick_params(pad=pad)