Skip to content

Commit

Permalink
Update dendritex/_misc.py
Browse files Browse the repository at this point in the history
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
  • Loading branch information
chaoming0625 and sourcery-ai[bot] authored Dec 27, 2024
1 parent bfdfba3 commit 30284c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dendritex/_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Container(bst.mixin.Mixin):

@staticmethod
def _format_elements(child_type: type, **children_as_dict):
res = dict()
res = {}

# add dict-typed components
for k, v in children_as_dict.items():
Expand Down

0 comments on commit 30284c0

Please sign in to comment.