Reformatting.
[python_utils.git] / 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,