mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
utils.py file was getting skipped
This commit is contained in:
parent
19ec9dd488
commit
b5396639dc
1 changed files with 1 additions and 2 deletions
|
|
@ -398,6 +398,7 @@ def write_topo_class_files(
|
|||
"two_d": ["Mixin2D", "Face", "Shell"],
|
||||
"three_d": ["Mixin3D", "Solid"],
|
||||
"composite": ["Compound", "Curve", "Sketch", "Part"],
|
||||
"utils": [],
|
||||
}
|
||||
|
||||
for group_name, class_names in class_groups.items():
|
||||
|
|
@ -443,8 +444,6 @@ license:
|
|||
group_classes = [
|
||||
extracted_classes[name] for name in class_names if name in extracted_classes
|
||||
]
|
||||
if not group_classes:
|
||||
continue
|
||||
|
||||
# Add imports for base classes based on layer dependencies
|
||||
additional_imports = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue