mirror of
https://github.com/planetmint/planetmint.git
synced 2025-11-24 14:35:45 +00:00
removed commented imports
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
588494ac38
commit
967ca2e7f7
@ -5,12 +5,6 @@
|
||||
|
||||
|
||||
import os
|
||||
|
||||
# from unittest.mock import patch
|
||||
# from planetmint.transactions.types.assets.create import Create
|
||||
# from planetmint.transactions.types.assets.transfer import Transfer
|
||||
# from hashlib import sha3_256
|
||||
|
||||
import pytest
|
||||
|
||||
from unittest.mock import patch
|
||||
|
||||
@ -5,11 +5,6 @@
|
||||
|
||||
import pytest
|
||||
|
||||
# from unittest.mock import MagicMock, patch
|
||||
# from planetmint.transactions.common import crypto
|
||||
# from planetmint.transactions.types.assets.create import Create
|
||||
# from planetmint.transactions.types.assets.transfer import Transfer
|
||||
|
||||
from transactions.types.assets.create import Create
|
||||
from transactions.types.assets.transfer import Transfer
|
||||
from unittest.mock import MagicMock, patch
|
||||
|
||||
@ -12,10 +12,6 @@ from cryptoconditions import Ed25519Sha256
|
||||
from ipld import multihash, marshal
|
||||
from hashlib import sha3_256
|
||||
|
||||
# from planetmint.transactions.common import crypto
|
||||
# from planetmint.transactions.types.assets.create import Create
|
||||
# from planetmint.transactions.types.assets.transfer import Transfer
|
||||
# from planetmint.transactions.common.transaction_mode_types import (
|
||||
from transactions.common import crypto
|
||||
from transactions.common.transaction import Transaction
|
||||
from transactions.types.assets.create import Create
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user