zulip/api/integrations/codebase
Eklavya Sharma de6884c406 Change True to 'True' in requests.get params.
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'`.
2017-02-07 12:55:25 -08:00
..
zulip_codebase_config.py pep8: Fix E303 violations. 2016-12-02 15:34:11 -08:00
zulip_codebase_mirror Change True to 'True' in requests.get params. 2017-02-07 12:55:25 -08:00