Skip to content

Commit 94537d2

Browse files
committed
Missed r
1 parent 809408d commit 94537d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sumo/wrapper/_call_sumo_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def save_blob_and_json(self, parent_id, metadata_json, blob, bearer=None):
283283
_ = self.save_blob(blob, url=blob_url, bearer=bearer)
284284
return response_json
285285

286-
def aggregate_sufaces(self, operation, object_ids, bearer=None):
286+
def aggregate_surfaces(self, operation, object_ids, bearer=None):
287287
"""
288288
Perform an aggregation on surfaces described by the operation parameter for
289289
the objects in the object_ids list. A new surface object is returned.

0 commit comments

Comments
 (0)