mirror of
https://github.com/planetmint/planetmint.git
synced 2025-11-24 06:25:45 +00:00
removed unused imports, added copyright notices
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
This commit is contained in:
parent
b2ad780659
commit
c3d5b7ef82
@ -1,4 +1,7 @@
|
||||
import json
|
||||
# Copyright © 2020 Interplanetary Database Association e.V.,
|
||||
# Planetmint and IPDB software contributors.
|
||||
# SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)
|
||||
# Code is Apache-2.0 and docs are CC-BY-4.0
|
||||
|
||||
from planetmint.transactions.common.schema import TX_SCHEMA_CHAIN_MIGRATION_ELECTION
|
||||
from planetmint.transactions.common.transaction import CHAIN_MIGRATION_ELECTION
|
||||
|
||||
@ -6,7 +6,6 @@
|
||||
from uuid import uuid4
|
||||
from typing import Optional
|
||||
|
||||
from planetmint.transactions.types.elections.vote import Vote
|
||||
from planetmint.transactions.common.transaction import Transaction
|
||||
from planetmint.transactions.common.schema import _validate_schema, TX_SCHEMA_COMMON
|
||||
|
||||
|
||||
@ -1,3 +1,8 @@
|
||||
# Copyright © 2020 Interplanetary Database Association e.V.,
|
||||
# Planetmint and IPDB software contributors.
|
||||
# SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)
|
||||
# Code is Apache-2.0 and docs are CC-BY-4.0
|
||||
|
||||
import base58
|
||||
import base64
|
||||
import binascii
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user