mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
test: replace Callable/Iterable with their collections.abc alternative (PEP 585)
This commit is contained in:
committed by
Sebastian Falbesoner
parent
4b9afb18e6
commit
a478c817b2
@@ -20,7 +20,8 @@ import time
|
||||
|
||||
from . import coverage
|
||||
from .authproxy import AuthServiceProxy, JSONRPCException
|
||||
from typing import Callable, Optional
|
||||
from collections.abc import Callable
|
||||
from typing import Optional
|
||||
|
||||
logger = logging.getLogger("TestFramework.utils")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user