Skip to content

Commit

Permalink
STY: Amend B_CACHE key types (#2766)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-t-1 authored Jul 22, 2024
1 parent 8f62120 commit 1d9d3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypdf/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def mark_location(stream: StreamType) -> None:
stream.seek(-radius, 1)


B_CACHE: Dict[Union[str, bytes], bytes] = {}
B_CACHE: Dict[str, bytes] = {}


def b_(s: Union[str, bytes]) -> bytes:
Expand Down

0 comments on commit 1d9d3bc

Please sign in to comment.