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