Skip to content

Commit

Permalink
Rename keyloader for activitypub actor function
Browse files Browse the repository at this point in the history
Signed-off-by: John Andersen <[email protected]>
  • Loading branch information
pdxjohnny committed Nov 21, 2023
1 parent 3fd42f2 commit 8f52840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scitt_emulator/key_loader_format_activitypub_actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@



def key_loader_format_url_referencing_activitypub_actor(
def key_loader_format_activitypub_actor(
unverified_issuer: str,
) -> List[Tuple[cwt.COSEKey, pycose.keys.ec2.EC2Key]]:
"""
Expand Down

0 comments on commit 8f52840

Please sign in to comment.