From cafe3f2a6ca252189b529756948b99bcb33a3ba1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 17:08:46 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- fontbro/font.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fontbro/font.py b/fontbro/font.py index e2d4f0a..aacc7a1 100644 --- a/fontbro/font.py +++ b/fontbro/font.py @@ -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.