Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieHakim committed Jun 6, 2024
1 parent 228dbd2 commit 622c484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bnpm/container_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ def flatten_dict(d: MutableMapping, parent_key: str = '', sep: str ='.') -> Muta
dictionary to flatten
parent_key (str):
key to prepend to flattened keys
IGNORE: USED INTERNALLY FOR RECURSION
USED INTERNALLY FOR RECURSION
sep (str):
separator to use between keys
IGNORE: USED INTERNALLY FOR RECURSION
USED INTERNALLY FOR RECURSION
Returns:
output (Dict):
Expand Down

0 comments on commit 622c484

Please sign in to comment.