Skip to content

Commit 653fac5

Browse files
Tim020claude
andcommitted
Fix docstring format in draft.py to use reStructuredText
Remove non-standard :statuscode: fields; use plain reST format consistent with the rest of the codebase. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
1 parent 0982c94 commit 653fac5

File tree

1 file changed

+0
-4
lines changed
  • server/controllers/api/show/script

1 file changed

+0
-4
lines changed

server/controllers/api/show/script/draft.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ async def delete(self):
1818
Deletes the draft file and DB record, then closes the room so all
1919
connected clients receive ``ROOM_CLOSED`` and revert to the saved
2020
script.
21-
22-
:statuscode 200: Draft discarded successfully.
23-
:statuscode 404: No show or script found.
24-
:statuscode 403: Insufficient permissions.
2521
"""
2622
current_show = self.get_current_show()
2723
show_id = current_show["id"]

0 commit comments

Comments
 (0)