mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
For types like `Union[Realm, UserProfile, Stream]` and `Union[AnonymousUser, AbstractBaseUser]`, we need assertions to tell mypy which type we would be expecting.