minimal fixes
This commit is contained in:
@@ -69,6 +69,7 @@ ClientEventSchema = {
|
||||
}
|
||||
|
||||
|
||||
# Made with Chatgpt
|
||||
def _matches_annotation(value: Any, annotation: Any) -> bool:
|
||||
"""Minimal runtime checker for the annotations used in WS payloads."""
|
||||
origin = get_origin(annotation)
|
||||
|
||||
Reference in New Issue
Block a user