Skip to content

Commit 7df28d8

Browse files
committed
Marked a couple of functions as unreachable. Commit ready for merge.
- Legacy-Id: 15080
1 parent 2e395bd commit 7df28d8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/doc/views_ballot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,14 @@ def do_undefer_ballot(request, doc):
8484
email_ballot_undeferred(request, doc, by.plain_name(), telechat_date)
8585

8686
def position_to_ballot_choice(position):
87+
log.unreachable('2018-04-25')
8788
for v, label in BALLOT_CHOICES:
8889
if v and getattr(position, v):
8990
return v
9091
return ""
9192

9293
def position_label(position_value):
94+
log.unreachable('2018-04-25')
9395
return dict(BALLOT_CHOICES).get(position_value, "")
9496

9597
# -------------------------------------------------

0 commit comments

Comments
 (0)