zulip/zerver/webhooks/trello
Anders Kaseorg 91a86c24f5 python: Replace None defaults with empty collections where appropriate.
Use read-only types (List ↦ Sequence, Dict ↦ Mapping, Set ↦
AbstractSet) to guard against accidental mutation of the default
value.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-06-13 15:31:27 -07:00
..
fixtures cleanup: Delete trailing newlines. 2019-08-06 23:29:11 -07:00
view python: Replace None defaults with empty collections where appropriate. 2020-06-13 15:31:27 -07:00
__init__.py Webhook: Remove duplicate trello code. 2017-08-08 15:55:09 -07:00
doc.md integration docs: Remove angle brackets from trello bash command. 2019-09-19 17:48:16 -07:00
tests.py requirements: Drop direct dependency on mock. 2020-05-26 11:40:42 -07:00