cleanup
This commit is contained in:
parent
ed021e3d81
commit
ff8ca92963
13 changed files with 29 additions and 24 deletions
|
|
@ -205,8 +205,8 @@ def get_char_as_polygons(
|
|||
char: str,
|
||||
resolution: float = 48 * 64,
|
||||
) -> tuple[list[NDArray[numpy.float64]], float]:
|
||||
from freetype import Face # type: ignore
|
||||
from matplotlib.path import Path # type: ignore
|
||||
from freetype import Face # type: ignore #noqa: PLC0415
|
||||
from matplotlib.path import Path # type: ignore #noqa: PLC0415
|
||||
|
||||
"""
|
||||
Get a list of polygons representing a single character.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue