fonttools / fontbakery

🧁 A font quality assurance tool for everyone
https://fontbakery.readthedocs.io
Apache License 2.0
534 stars 99 forks source link

Remove get_glyphsets_fulfilled #4625

Closed simoncozens closed 3 months ago

simoncozens commented 3 months ago

pytype tests are failing because the glyphsets API changed; we no longer use this condition because we changed the code to use the new API directly, but in my reworking of the conditions, the removal of the old condition got lost.