Skip to content

Commit

Permalink
remove 'Unused "type: ignore" comment'
Browse files Browse the repository at this point in the history
  • Loading branch information
hp-peti committed Mar 26, 2024
1 parent fb76286 commit aa7b7b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def result_func(response: str):
response_items = iter(response[_result_prefix_len:].split(","))
next(response_items)
return find_first_by_key(
name, # type: ignore
name,
group_by_two(response_items),
transform_found=then,
not_found=else_default,
Expand Down

0 comments on commit aa7b7b8

Please sign in to comment.