ignore eclair websockets type
This commit is contained in:
parent
f677777f07
commit
7f2c25336c
1 changed files with 3 additions and 2 deletions
|
|
@ -8,9 +8,10 @@ from typing import AsyncGenerator, Dict, Optional
|
|||
import httpx
|
||||
from loguru import logger
|
||||
|
||||
from websockets import connect # type: ignore
|
||||
# TODO: https://github.com/lnbits/lnbits-legend/issues/764
|
||||
# mypy https://github.com/aaugustin/websockets/issues/940
|
||||
# from websockets.client import connect
|
||||
from websockets import connect
|
||||
|
||||
from websockets.exceptions import (
|
||||
ConnectionClosed,
|
||||
ConnectionClosedError,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue