Skip to content

Commit 249d834

Browse files
committed
Remove dead cached ID assignments
1 parent 338e0ba commit 249d834

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

bin/youtube-autoencoder-api

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -840,11 +840,9 @@ def reconcile_broadcast(
840840
elif broadcast_lifecycle(cached) in TERMINAL_STATES:
841841
state = {}
842842
generation = None
843-
cached_id = ""
844843
else:
845844
state = {}
846845
generation = None
847-
cached_id = ""
848846

849847
state_schema = state.get("schema_version")
850848
pending_action = str(state.get("pending_action") or "")

0 commit comments

Comments
 (0)