Skip to content

Commit

Permalink
Revert "Don't re-export CFFOptimization (requires fontmake change)"
Browse files Browse the repository at this point in the history
This reverts commit 2242439.
  • Loading branch information
simoncozens committed Dec 4, 2023
1 parent 36a4408 commit 4ecdc84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/ufo2ft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from ufo2ft._compilers.ttfCompiler import TTFCompiler
from ufo2ft._compilers.variableCFF2sCompiler import VariableCFF2sCompiler
from ufo2ft._compilers.variableTTFsCompiler import VariableTTFsCompiler
from ufo2ft.constants import CFFOptimization # noqa: F401 (fontmake uses it)

__all__ = [
"compileTTF",
Expand Down

0 comments on commit 4ecdc84

Please sign in to comment.