Remove unused imports from reorderGlyphs.py

This commit is contained in:
ftCLI 2024-11-05 17:42:26 +01:00
parent 2906e4043d
commit 1cb153b2c5

View File

@ -19,9 +19,7 @@ from typing import (
Deque,
Iterable,
List,
NamedTuple,
Tuple,
Union,
)