ruff autofixes (mostly typing.* -> collections.abc.*)
This commit is contained in:
+2
-1
@@ -10,10 +10,11 @@ import os
|
||||
import sys
|
||||
import threading
|
||||
from argparse import Namespace
|
||||
from collections.abc import Iterable
|
||||
from enum import IntEnum
|
||||
from io import IOBase
|
||||
from pathlib import Path
|
||||
from typing import AnyStr, BinaryIO, Iterable, Union
|
||||
from typing import AnyStr, BinaryIO, Union
|
||||
from warnings import warn
|
||||
|
||||
import pluggy
|
||||
|
||||
Reference in New Issue
Block a user