zulip/zerver/webhooks/trello/view
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
..
__init__.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
board_actions.py python: Replace None defaults with empty collections where appropriate. 2020-06-13 15:31:27 -07:00
card_actions.py python: Replace None defaults with empty collections where appropriate. 2020-06-13 15:31:27 -07:00