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

[enh] #181 move crc_pubkey.py to key package (BBC)

parent 717b63fb
No related branches found
No related tags found
No related merge requests found
Pipeline #13087 passed
......@@ -16,7 +16,6 @@
from .block import Block
from .block_uid import BlockUID, block_uid
from .certification import Certification
from .crc_pubkey import CRCPubkey
from .document import Document, MalformedDocumentError
from .identity import Identity
from .membership import Membership
......
......@@ -19,8 +19,8 @@ from typing import Type, TypeVar
import base58
from ..constants import PUBKEY_REGEX
from ..tools import ensure_str
from duniterpy.constants import PUBKEY_REGEX
from duniterpy.tools import ensure_str
# required to type hint cls in classmethod
CRCPubkeyType = TypeVar("CRCPubkeyType", bound="CRCPubkey")
......
......@@ -15,7 +15,7 @@
import unittest
from duniterpy.documents.crc_pubkey import CRCPubkey
from duniterpy.key.crc_pubkey import CRCPubkey
class TestCRCPubkey(unittest.TestCase):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment