From 99509df8d8abf1e7b701a4a09cf170a362f6d878 Mon Sep 17 00:00:00 2001 From: capellancitizen Date: Sun, 9 Mar 2025 21:21:48 -0400 Subject: Mypy type correctness (#3199) --- lib/output.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/output.py') diff --git a/lib/output.py b/lib/output.py index 4559ca2b..a16b4018 100644 --- a/lib/output.py +++ b/lib/output.py @@ -32,11 +32,6 @@ def get_command(stitch): return pyembroidery.NEEDLE_AT -def _string_to_floats(string): - floats = string.split(',') - return [float(num) for num in floats] - - def get_origin(svg, bounding_box): (minx, miny, maxx, maxy) = bounding_box origin_command = global_command(svg, "origin") -- cgit v1.2.3