Skip to content

Commit

Permalink
Merge branch 'fix_annotations' of github.com:robotools/fontParts into…
Browse files Browse the repository at this point in the history
… fix_annotations
  • Loading branch information
benkiel committed Nov 2, 2024
2 parents 85def37 + 31897cc commit ab189bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/fontParts/base/glyph.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
from fontParts.base.component import BaseComponent
from fontParts.base.anchor import BaseAnchor
from fontParts.base.image import BaseImage

TempContourListType = List[
Tuple[int, int, IntFloatType, IntFloatType, IntFloatType, BaseContour]
]
Expand Down

0 comments on commit ab189bd

Please sign in to comment.