mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 02:21:02 +00:00
black .
This commit is contained in:
committed by
Thomas Krijnen
parent
76561c040e
commit
1ccdcd75b7
@@ -42,7 +42,8 @@ WHITE = numpy.array((1.0, 1.0, 1.0))
|
|||||||
|
|
||||||
DO_NOTHING = lambda *args: None
|
DO_NOTHING = lambda *args: None
|
||||||
|
|
||||||
ARRANGE_POLYGON_SETTINGS = W.arrange_polygon_settings() if hasattr(W, 'arrange_polygon_settings') else None
|
ARRANGE_POLYGON_SETTINGS = W.arrange_polygon_settings() if hasattr(W, "arrange_polygon_settings") else None
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
class draw_settings:
|
class draw_settings:
|
||||||
|
|||||||
Reference in New Issue
Block a user