mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Fix Ruff UP034 (extraneous-parentheses)
This commit is contained in:
@@ -88,7 +88,7 @@ def add_stationing_referent(
|
||||
)
|
||||
),
|
||||
CartesianPosition=file.createIfcAxis2Placement3D(
|
||||
Location=file.createIfcCartesianPoint(((x, y, z))),
|
||||
Location=file.createIfcCartesianPoint((x, y, z)),
|
||||
Axis=file.createIfcDirection((ax, ay, az)),
|
||||
RefDirection=file.createIfcDirection((rx, ry, rz)),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user