mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 11:24:19 +00:00
a139adaa2c
Three files flagged by black --check on the lint-formatting job: * bim/module/geometry/operator.py — single-arg `.update(...)` rejoined onto one line under the 120-char budget. * test/bim/module/model/test_wall_gizmos.py — same join on a _make_path_rel call. * test/modal/test_modal.py — pre-existing baseline noise picked up via the upstream merge: PEP-8 blank-line separators between top- level functions, `0.68+` → `0.68 +`, double quotes, trailing whitespace stripped. No behavioural change; pure whitespace. Generated with the assistance of an AI coding tool.