Skip to content

Commit b14268a

Browse files
committed
[iup] Remove copy/pasta
1 parent 0a3360e commit b14268a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Lib/fontTools/varLib/iup.py

-10
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,6 @@
1515
)
1616
from numbers import Integral, Real
1717

18-
try:
19-
import cython
20-
21-
COMPILED = cython.compiled
22-
except (AttributeError, ImportError):
23-
# if cython not installed, use mock module with no-op decorators and types
24-
from fontTools.misc import cython
25-
26-
COMPILED = False
27-
2818

2919
_Point = Tuple[Real, Real]
3020
_Delta = Tuple[Real, Real]

0 commit comments

Comments
 (0)