bug: Fix bad type hinting on ABCMeta instead of type.
This commit is contained in:
@@ -18,8 +18,7 @@ import asyncio
|
||||
import ipaddress
|
||||
import json
|
||||
import logging
|
||||
from collections.abc import AsyncIterable
|
||||
from typing import List, Tuple, Union
|
||||
from typing import AsyncIterable, List, Tuple, Union
|
||||
|
||||
import asyncssh
|
||||
import httpx
|
||||
|
||||
Reference in New Issue
Block a user