projects
/
python_utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e8a804
)
Reformatting.
author
Scott
<scott@wannabe.house>
Sun, 23 Jan 2022 01:29:09 +0000
(17:29 -0800)
committer
Scott
<scott@wannabe.house>
Sun, 23 Jan 2022 01:29:09 +0000
(17:29 -0800)
dict_utils.py
patch
|
blob
|
history
diff --git
a/dict_utils.py
b/dict_utils.py
index 7b0edb50a87a5854f20326408cfc0a03d22408dc..1f211fee87c9f9841a50d7be93a6a88300343673 100644
(file)
--- 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,