mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
According to stubs from mypy 0.4.7 onwards, `requests.get` takes a parameter `params` of type `Dict[AnyStr, AnyStr]` where `AnyStr` can be either bytes or text. Actually, requests can accept values of other types in dicts too but it casts them to a string type. So to avoid type checking error messages, change `True` to `'True'`.
13 KiB
Executable File
13 KiB
Executable File