Skip to content

Commit 2bcb2c0

Browse files
chore: Fix (mostly harmless) quoting error (ietf-tools#6209)
1 parent bce70e7 commit 2bcb2c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/name/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,4 @@ class ExtResourceName(NameModel):
150150
class SlideSubmissionStatusName(NameModel):
151151
"Pending, Accepted, Rejected"
152152
class TelechatAgendaSectionName(NameModel):
153-
"roll_call", "minutes", "action_items"
153+
"""roll_call, minutes, action_items"""

0 commit comments

Comments
 (0)