Skip to content

Commit

Permalink
remove websocket ingnore reportPrivateImportUsage
Browse files Browse the repository at this point in the history
  • Loading branch information
vchrisb committed Apr 27, 2024
1 parent a31dbd1 commit 2cb0883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e3dc/_e3dc_rscp_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from typing import Any, Callable, Tuple

import tzlocal
from websocket import ABNF, WebSocketApp # pyright: ignore [reportPrivateImportUsage]
from websocket import ABNF, WebSocketApp

from ._rscpLib import (
rscpDecode,
Expand Down

0 comments on commit 2cb0883

Please sign in to comment.