Skip to content

Commit

Permalink
Update kit/misc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tmke8 authored Mar 24, 2021
1 parent 0023f91 commit 30c7557
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kit/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

__all__ = ["flatten_dict"]


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

0 comments on commit 30c7557

Please sign in to comment.