Skip to content

Commit

Permalink
Fix build. Sorry
Browse files Browse the repository at this point in the history
  • Loading branch information
behdad committed Apr 30, 2024
1 parent 8c32511 commit d4fd62d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/cu2qu/cli_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
ufoLib2 = pytest.importorskip("ufoLib2")

from fontTools.cu2qu.ufo import CURVE_TYPE_LIB_KEY
from fontTools.cu2qu.cli import main
from fontTools.cu2qu.cli import _main as main


DATADIR = os.path.join(os.path.dirname(__file__), "data")
Expand Down
2 changes: 1 addition & 1 deletion Tests/qu2cu/qu2cu_cli_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pytest
import py

from fontTools.qu2cu.cli import main
from fontTools.qu2cu.cli import _main as main
from fontTools.ttLib import TTFont


Expand Down

0 comments on commit d4fd62d

Please sign in to comment.