From 489084c7be6955daeb48d9084c9b30cd9d0472fc 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 --- 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 bbcfa48aea..235dd1416e 100644 --- a/src/ifcopenshell-python/ifcopenshell/draw.py +++ b/src/ifcopenshell-python/ifcopenshell/draw.py @@ -541,7 +541,7 @@ def main( arranged = W.arrange_polygons( *filter(None, (ARRANGE_POLYGON_SETTINGS,)), - polies, # ty: ignore[too-many-positional-arguments] + polies, *((logger,) if logger is not None else ()), ) svg_data_3 = W.polygons_to_svg(arranged, False)