hocrtx: unused imports

This commit is contained in:
James R. Barlow
2022-08-04 03:56:44 -07:00
parent 53db866ef9
commit 7e97981114
+1 -1
View File
@@ -14,7 +14,7 @@ import re
import warnings
from math import atan, cos, sin
from pathlib import Path
from typing import Any, NamedTuple, Optional, Tuple, Union
from typing import Any, NamedTuple
from xml.etree import ElementTree
with warnings.catch_warnings():