Skip to content

Commit

Permalink
[iup] Remove copy/pasta
Browse files Browse the repository at this point in the history
  • Loading branch information
behdad committed Sep 28, 2023
1 parent 0a3360e commit b14268a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Lib/fontTools/varLib/iup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@
)
from numbers import Integral, Real

try:
import cython

COMPILED = cython.compiled
except (AttributeError, ImportError):
# if cython not installed, use mock module with no-op decorators and types
from fontTools.misc import cython

COMPILED = False


_Point = Tuple[Real, Real]
_Delta = Tuple[Real, Real]
Expand Down

0 comments on commit b14268a

Please sign in to comment.