ruff autofixes (mostly typing.* -> collections.abc.*)

This commit is contained in:
James R. Barlow
2023-10-01 00:02:53 -07:00
parent e9419d2c40
commit 113a6b45bd
21 changed files with 35 additions and 26 deletions
+2 -1
View File
@@ -11,9 +11,10 @@ import sys
import tempfile
import threading
from collections import defaultdict
from collections.abc import Iterator, MutableSet, Sequence
from os import fspath
from pathlib import Path
from typing import Callable, Iterator, MutableSet, NamedTuple, NewType, Sequence
from typing import Callable, NamedTuple, NewType
from zlib import compress
import img2pdf