ruff linting/Python 3.10 cleanup

This commit is contained in:
James R. Barlow
2024-02-14 12:41:51 -08:00
parent 906c130f96
commit 6a746a1cbb
18 changed files with 38 additions and 46 deletions
+2 -3
View File
@@ -11,11 +11,10 @@ import sys
import tempfile
import threading
from collections import defaultdict
from collections.abc import Iterator, MutableSet, Sequence
from collections.abc import Callable, Iterator, MutableSet, Sequence
from os import fspath
from pathlib import Path
from typing import Any, Callable, NamedTuple, NewType
from warnings import warn
from typing import Any, NamedTuple, NewType
from zlib import compress
import img2pdf