Skip to content

Commit

Permalink
linter error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
gagandeepp committed Oct 5, 2022
1 parent bb81df1 commit 5705234
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/api/v1/mediator/encrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def encrypt_ballots(
seed_hash = read_json_object(data.seed_hash, ElementModQ)

ballots = [PlaintextBallot.from_json_object(ballot) for ballot in data.ballots]

if not ballots:
raise HTTPException(
status_code=status.HTTP_400_BAD_REQUEST,
Expand Down

0 comments on commit 5705234

Please sign in to comment.