Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leonidastri committed Sep 27, 2024
1 parent e3bb73f commit f2292e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion util/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def __init__(self, data=None, status='ok', info=None, debug_info=None):

@staticmethod
def ok(**xs):
"""Create a successful result with an optional success message."""
return Result(**xs)

def as_dict(self):
Expand Down

0 comments on commit f2292e8

Please sign in to comment.