mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 14:31:39 +00:00
Remove stale ty lint ignore directive
(cherry picked from commit 489084c7be)
This commit is contained in:
committed by
Dion Moult
parent
bb908f3dfa
commit
c17ea80827
@@ -531,7 +531,7 @@ def main(
|
|||||||
|
|
||||||
arranged = W.arrange_polygons(
|
arranged = W.arrange_polygons(
|
||||||
*filter(None, (ARRANGE_POLYGON_SETTINGS,)),
|
*filter(None, (ARRANGE_POLYGON_SETTINGS,)),
|
||||||
polies, # ty: ignore[too-many-positional-arguments]
|
polies,
|
||||||
*ifcopenshell.optional_logger_args(logger),
|
*ifcopenshell.optional_logger_args(logger),
|
||||||
)
|
)
|
||||||
svg_data_3 = W.polygons_to_svg(arranged, False)
|
svg_data_3 = W.polygons_to_svg(arranged, False)
|
||||||
|
|||||||
Reference in New Issue
Block a user