Skip to content

Commit 372df17

Browse files
committed
black lint
1 parent 0d5a75a commit 372df17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas/datastructures/volmesh/volmesh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def from_data(cls, data):
224224
default_vertex_attributes=dva,
225225
default_edge_attributes=dea,
226226
default_face_attributes=dfa,
227-
default_cell_attributes=dca
227+
default_cell_attributes=dca,
228228
)
229229

230230
vertex = data["vertex"] or {}

0 commit comments

Comments
 (0)