Skip to content

Commit

Permalink
remove space for delete
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 committed Nov 10, 2023
1 parent 52dd321 commit e4c7070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pay-api/src/pay_api/models/base_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def delete(self):
db.session.flush()
self.create_activity(self, is_delete=True)
db.session.commit()

@staticmethod
def rollback():
"""RollBack."""
Expand Down

0 comments on commit e4c7070

Please sign in to comment.