Skip to content

Commit

Permalink
🎨 reformat files
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Dec 24, 2024
1 parent 070a1ff commit 691ae03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/charset_normalizer/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def cut_sequence_chunks(
sig_payload: bytes,
is_multi_byte_decoder: bool,
decoded_payload: str | None = None,
) -> Generator[str, None, None]:
) -> Generator[str]:
if decoded_payload and is_multi_byte_decoder is False:
for i in offsets:
chunk = decoded_payload[i : i + chunk_size]
Expand Down

0 comments on commit 691ae03

Please sign in to comment.