1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Remove wsproto from exceptions (#156434)

This commit is contained in:
Josef Zweck
2025-11-12 11:16:36 +01:00
committed by GitHub
parent 802a225e11
commit 910bd371e4

View File

@@ -203,7 +203,6 @@ EXCEPTIONS = {
"sharp_aquos_rc", # https://github.com/jmoore987/sharp_aquos_rc/pull/14
"tapsaff", # https://github.com/bazwilliams/python-taps-aff/pull/5
"ujson", # https://github.com/ultrajson/ultrajson/blob/main/LICENSE.txt
"wsproto", # https://github.com/python-hyper/wsproto/pull/194
}
# fmt: off