fix import for timeout exception
This commit is contained in:
parent
db69401061
commit
66038b0b30
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ import os
|
|||
import random
|
||||
from typing import Dict, List, Optional, Tuple
|
||||
|
||||
from asyncio.exceptions import TimeoutError
|
||||
from aiohttp import ClientConnectionError, ServerDisconnectedError
|
||||
from diskcache import Cache
|
||||
from nio.client import AsyncClient, AsyncClientConfig
|
||||
|
|
Loading…
Reference in a new issue