mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
An implicit coercion from an untyped dict to the TypedDict was hiding a type error: CapturedQuery.sql was really str, not bytes. We should always prefer dataclass over TypedDict to prevent such errors. Signed-off-by: Anders Kaseorg <anders@zulip.com>
26 KiB
26 KiB