diff options
| -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, |
