diff options
| author | Scott Gasch <[email protected]> | 2021-08-05 14:56:34 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2021-08-05 14:56:34 -0700 |
| commit | b843703134a166013518c707fa5a77373f1bf0bf (patch) | |
| tree | edd85dee1f0ca34d7720ff8dc44b7a1b1bcc85a0 /dict_utils.py | |
| parent | a08ca309cb5bd7971210a9247a38c9bbe376a6e6 (diff) | |
Adds profanity filter, fixes bugs.
Diffstat (limited to 'dict_utils.py')
| -rw-r--r-- | dict_utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dict_utils.py b/dict_utils.py index 292b933..74e8fda 100644 --- a/dict_utils.py +++ b/dict_utils.py @@ -3,6 +3,7 @@ from itertools import islice from typing import Any, Callable, Dict, Iterator, Tuple + def init_or_inc( d: Dict[Any, Any], key: Any, |
