Better flatten

This commit is contained in:
Jonathon Broughton
2024-06-21 16:01:07 +01:00
committed by GitHub
parent a7eca3c853
commit df589bf9c2
-1
View File
@@ -58,7 +58,6 @@ def flatten_base_thorough(base: Base, parent_type: str = None) -> Iterable[Base]
except KeyError:
pass
else:
yield base