Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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
pre-commit-ci[bot] committed Aug 26, 2024
1 parent 241780c commit 4745f21
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
@@ -484,7 +484,7 @@ def get_characters(
self,
*,
ignore_blank: bool = False,
) -> Generator[dict[str, Any], None, None]:
) -> Generator[dict[str, Any]]:
"""
Gets the font characters.
@@ -829,7 +829,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.

0 comments on commit 4745f21

Please sign in to comment.