From e08e4ee3894d03ebeef49d3de9104412fe18b6f1 Mon Sep 17 00:00:00 2001 From: SkalskiP Date: Mon, 4 Dec 2023 17:05:49 +0100 Subject: [PATCH] Rename calculate_dynamic_font_scale to calculate_dynamic_text_scale --- supervision/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervision/__init__.py b/supervision/__init__.py index ab6a83ed..58a42e39 100644 --- a/supervision/__init__.py +++ b/supervision/__init__.py @@ -45,8 +45,8 @@ from supervision.detection.utils import ( ) from supervision.draw.color import Color, ColorPalette from supervision.draw.utils import ( - calculate_dynamic_text_scale, calculate_dynamic_line_thickness, + calculate_dynamic_text_scale, draw_filled_rectangle, draw_image, draw_line,