Skip to content
Snippets Groups Projects
Commit 74e3bf03 authored by Vincent Texier's avatar Vincent Texier
Browse files

[fix] #58 fix api.documents.ws2p.messages after rebase

parent 9955d5c4
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ from typing import Optional, Any ...@@ -4,7 +4,7 @@ from typing import Optional, Any
from duniterpy.documents import Document from duniterpy.documents import Document
from duniterpy.key import VerifyingKey, SigningKey from duniterpy.key import VerifyingKey, SigningKey
from duniterpy.helpers import get_ws2p_challenge from duniterpy.tools import get_ws2p_challenge
class Connect(Document): class Connect(Document):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment