bug: Fix bad type hinting on ABCMeta instead of type.

This commit is contained in:
UpstreamData
2023-05-23 09:36:50 -06:00
parent ecc76d09af
commit 0c563ef538
2 changed files with 1 additions and 9 deletions

View File

@@ -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