Skip to content

Commit

Permalink
Style: Correcting code style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ssjkamei committed Oct 5, 2024
1 parent 3ed2358 commit bc96d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypdf/_cmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ def _type1_alternative(
ft: DictionaryObject,
map_dict: Dict[Any, Any],
int_entry: List[int],
) -> Tuple[Dict[Any, Any], int, List[int]]:
) -> Tuple[Dict[Any, Any], List[int]]:
if "/FontDescriptor" not in ft:
return map_dict, int_entry
ft_desc = cast(DictionaryObject, ft["/FontDescriptor"]).get("/FontFile")
Expand Down

0 comments on commit bc96d93

Please sign in to comment.