Skip to content

Commit 81e70fb

Browse files
tidy(app): errant character
1 parent 971c425 commit 81e70fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/app/services/session_queue/session_queue_common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ def calc_session_count(batch: Batch) -> int:
563563
str, # session (as stringified JSON)
564564
str, # session_id
565565
str, # batch_id
566-
str | None, # field_values (optional, as stringified JSON)
566+
str | None, # field_values (optional, as stringified JSON)
567567
int, # priority
568568
str | None, # workflow (optional, as stringified JSON)
569569
str | None, # origin (optional)

0 commit comments

Comments
 (0)