From 3a72a2f30518610ba0df5ae6948e4b123eb978e2 Mon Sep 17 00:00:00 2001 From: Scott Date: Sat, 22 Jan 2022 17:29:09 -0800 Subject: [PATCH] Reformatting. --- dict_utils.py | 1 - 1 file changed, 1 deletion(-) 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, -- 2.46.0