Skip to content

Commit 74916b6

Browse files
committed
remove unused type prefix
1 parent 0a8ad45 commit 74916b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/padding_oracle/solve.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ async def solve_async(
125125
if len(result.solved) >= ctx.solved_counts[result.block_index]:
126126
update_solved(ctx, result.block_index, result.solved)
127127
ctx.solved_counts[result.block_index] = len(result.solved)
128-
ctx.progress_callback(list[int | None](ctx.plaintext))
128+
ctx.progress_callback(ctx.plaintext)
129129

130130
if len(ctx.tasks) == 0:
131131
break

0 commit comments

Comments
 (0)