Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 7, 2024
1 parent a9245d5 commit 014030a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fontbro/font.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ def get_characters(
self,
*,
ignore_blank: bool = False,
) -> Generator[dict[str, Any], None, None]:
) -> Generator[dict[str, Any]]:
"""
Gets the font characters.
Expand Down Expand Up @@ -830,7 +830,7 @@ def get_format(

def get_glyphs(
self,
) -> Generator[dict[str, Any], None, None]:
) -> Generator[dict[str, Any]]:
"""
Gets the font glyphs and their own composition.
Expand Down

0 comments on commit 014030a

Please sign in to comment.