From 014030aefeaf635782cc1426a3bbc6685b10e399 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 17:28:04 +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 045b7f2..fd07d55 100644 --- a/fontbro/font.py +++ b/fontbro/font.py @@ -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. @@ -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.