Skip to content

Commit

Permalink
fix import signer
Browse files Browse the repository at this point in the history
  • Loading branch information
monty committed Jun 1, 2024
1 parent 5db6b14 commit cb68125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/post_signer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from monstr.client.client import Client, ClientPool
from monstr.encrypt import Keys
from monstr.event.event import Event
from monstr.signing import BasicKeySigner
from monstr.signing.signing import BasicKeySigner

async def do_post(url, text):
"""
Expand Down

0 comments on commit cb68125

Please sign in to comment.