Skip to content

Commit

Permalink
Better Flatten
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdbroughton authored Jun 21, 2024
1 parent 50ba5de commit f35386b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Utilities/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ def flatten_base_thorough(base: Base, parent_type: str = None) -> Iterable[Base]
except KeyError:
pass

else:
yield base
yield base


def extract_base_and_transform(
Expand Down

0 comments on commit f35386b

Please sign in to comment.