Skip to content

Commit a761aca

Browse files
committed
forgot cls
1 parent 07e30c3 commit a761aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas/geometry/surfaces/surface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def from_native(cls, surface):
160160
A COMPAS surface.
161161
162162
"""
163-
return surface_from_native(surface)
163+
return surface_from_native(cls, surface)
164164

165165
@classmethod
166166
def from_obj(cls, filepath):

0 commit comments

Comments
 (0)