diff options
| author | Scott <[email protected]> | 2022-01-22 17:29:09 -0800 |
|---|---|---|
| committer | Scott <[email protected]> | 2022-01-22 17:29:09 -0800 |
| commit | 3a72a2f30518610ba0df5ae6948e4b123eb978e2 (patch) | |
| tree | c0848602444a370b9adcd9554256e6477dd631f4 /dict_utils.py | |
| parent | 5e8a8042963f01d9033999d52f24ff360c2bfbaa (diff) | |
Reformatting.
Diffstat (limited to 'dict_utils.py')
| -rw-r--r-- | dict_utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dict_utils.py b/dict_utils.py index 7b0edb5..1f211fe 100644 --- a/dict_utils.py +++ b/dict_utils.py @@ -3,7 +3,6 @@ from itertools import islice from typing import Any, Callable, Dict, Iterator, List, Tuple - def init_or_inc( d: Dict[Any, Any], key: Any, |
