Skip to content

Commit e413dab

Browse files
committed
fixed wrong identation
Change-Id: Ibe81d4f88836f182c84d1baf458585a465d04d6b
1 parent 8f72b1d commit e413dab

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

codespeed/api.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -329,12 +329,12 @@ def _check_data(self):
329329
response=HttpBadRequest(error_text))
330330

331331
def hydrate_and_save(self):
332-
"""Save self.obj which is an instance of Result()
332+
"""Save self.obj which is an instance of Result()
333333
334-
First populate the Result() instance with self.data
335-
"""
336-
self._populate_obj_by_data()
337-
self.obj.save()
334+
First populate the Result() instance with self.data
335+
"""
336+
self._populate_obj_by_data()
337+
self.obj.save()
338338

339339

340340
class ResultBundleResource(Resource):

0 commit comments

Comments
 (0)