Skip to content

Commit

Permalink
change library types
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Sep 22, 2023
1 parent fc74a26 commit da28c73
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from electionguard.election import ElectionConstants
from electionguard.key_ceremony import combine_election_public_keys
from electionguard.tally import CiphertextTally
from electionguard.types import GUARDIAN_ID
from electionguard.type import GUARDIAN_ID
from electionguard.utils import get_optional

from .common import Content, Context, ElectionStep, Wrapper
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
PublicKeySet,
)
from electionguard.serializable import Serializable
from electionguard.types import CONTEST_ID, GUARDIAN_ID
from electionguard.type import CONTEST_ID, GUARDIAN_ID


@dataclass
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from electionguard.group import ElementModQ
from electionguard.key_ceremony import ElectionPublicKey
from electionguard.tally import CiphertextTally, PlaintextTally, PlaintextTallyContest
from electionguard.types import CONTEST_ID, GUARDIAN_ID, SELECTION_ID
from electionguard.type import CONTEST_ID, GUARDIAN_ID, SELECTION_ID

from .messages import Compensations

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from electionguard.manifest import InternalManifest
from electionguard.serializable import Serializable
from electionguard.tally import CiphertextTally, CiphertextTallyContest
from electionguard.types import CONTEST_ID, GUARDIAN_ID, SELECTION_ID
from electionguard.type import CONTEST_ID, GUARDIAN_ID, SELECTION_ID
from electionguard.utils import get_optional

from .common import Content, Context, ElectionStep, Wrapper, unwrap
Expand Down

0 comments on commit da28c73

Please sign in to comment.