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 30c7557 commit 3142513
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 @@ -2,7 +2,6 @@
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 3142513

Please sign in to comment.