[iup] Remove copy/pasta
This commit is contained in:
parent
0a3360e527
commit
b14268a23c
@ -15,16 +15,6 @@ from typing import (
|
|||||||
)
|
)
|
||||||
from numbers import Integral, Real
|
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]
|
_Point = Tuple[Real, Real]
|
||||||
_Delta = Tuple[Real, Real]
|
_Delta = Tuple[Real, Real]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user