From: Scott Date: Sun, 23 Jan 2022 01:29:09 +0000 (-0800) Subject: Reformatting. X-Git-Url: https://wannabe.guru.org/gitweb/?a=commitdiff_plain;h=3a72a2f30518610ba0df5ae6948e4b123eb978e2;p=python_utils.git Reformatting. --- 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,