Skip to content

Commit

Permalink
Format with black.
Browse files Browse the repository at this point in the history
  • Loading branch information
Myles Bartlett committed Mar 25, 2021
1 parent 3142513 commit 329eb38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kit/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
from typing import Any, MutableMapping

__all__ = ["flatten_dict"]


def flatten_dict(
d: MutableMapping[str, Any], parent_key: str = "", sep: str = "."
) -> dict[str, Any]:
Expand Down

0 comments on commit 329eb38

Please sign in to comment.