Skip to content

Commit

Permalink
Remove unused decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonmeso committed Jan 25, 2024
1 parent 6ab3968 commit 326ee6f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions giza_actions/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,3 @@ def _format_inputs_for_cairo(

def _parse_cairo_response(self, response, data_type: str, fp_impl):
return deserialize(response, data_type, fp_impl)


def model(func: Callable, id: int, version: int):
@wraps(func)
def wrapper(*args, **kwargs):
return func(*args, **kwargs)

return wrapper

0 comments on commit 326ee6f

Please sign in to comment.