Skip to content

Commit

Permalink
style: missing docstring
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
  • Loading branch information
dbluhm committed Aug 24, 2023
1 parent d8fe1fb commit cdd2aee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aries_cloudagent/resolver/default/legacy_peer.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def didcomm_services_recip_keys_are_refs_routing_keys_are_did_key(

@staticmethod
def qualified(did_or_did_url: str) -> str:
"""Make sure DID or DID URL is fully qualified."""
if not did_or_did_url.startswith("did:"):
return f"did:sov:{did_or_did_url}"
return did_or_did_url
Expand Down

0 comments on commit cdd2aee

Please sign in to comment.