Skip to content

Commit

Permalink
Fix type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Jul 13, 2024
1 parent 30a9b88 commit bd0fdf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fontra_compile/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class GlyphInfo:
ttGlyph: TTGlyph | None = None
gvarVariations: list | None = None
charString: Any | None = None
charStringSupports: list | None = None
charStringSupports: tuple | None = None
variableComponents: list = field(default_factory=list)
localAxisTags: set = field(default_factory=set)
model: VariationModel | None = None
Expand Down

0 comments on commit bd0fdf9

Please sign in to comment.