From c17ea80827eb60cd0e53321fa3c1e154bc066daf Mon Sep 17 00:00:00 2001 From: Stephen Boddy Date: Mon, 13 Jul 2026 20:03:16 +0100 Subject: [PATCH] Remove stale ty lint ignore directive (cherry picked from commit 489084c7be6955daeb48d9084c9b30cd9d0472fc) --- src/ifcopenshell-python/ifcopenshell/draw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/draw.py b/src/ifcopenshell-python/ifcopenshell/draw.py index 82a94b6e0e..0dfebd5f3b 100644 --- a/src/ifcopenshell-python/ifcopenshell/draw.py +++ b/src/ifcopenshell-python/ifcopenshell/draw.py @@ -531,7 +531,7 @@ def main( arranged = W.arrange_polygons( *filter(None, (ARRANGE_POLYGON_SETTINGS,)), - polies, # ty: ignore[too-many-positional-arguments] + polies, *ifcopenshell.optional_logger_args(logger), ) svg_data_3 = W.polygons_to_svg(arranged, False)