Skip to content

Commit

Permalink
Removed unnecessary annotation
Browse files Browse the repository at this point in the history
Signed-off-by: 2byrds <[email protected]>
  • Loading branch information
2byrds committed Jun 21, 2024
1 parent 66b3e23 commit 59e7041
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/keria/app/delegating.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ def on_post(self, req, rep, name):
except (kering.AuthError, ValueError) as e:
raise falcon.HTTPBadRequest(description=e.args[0])

@staticmethod
def approveDelegation(hab, anc) -> str:
serder = serdering.SerderKERI(sad=anc)

Expand Down

0 comments on commit 59e7041

Please sign in to comment.