Reformatting.
authorScott <[email protected]>
Sun, 23 Jan 2022 01:29:09 +0000 (17:29 -0800)
committerScott <[email protected]>
Sun, 23 Jan 2022 01:29:09 +0000 (17:29 -0800)
dict_utils.py

index 7b0edb50a87a5854f20326408cfc0a03d22408dc..1f211fee87c9f9841a50d7be93a6a88300343673 100644 (file)
@@ -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,