diff options
| author | mat <git@matdoes.dev> | 2024-05-23 03:29:37 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-05-23 03:29:37 +0000 |
| commit | c7f9dc4b3d0ac7a0d85a087874c192a788b383b9 (patch) | |
| tree | c7f5a1b85148d4d153706ad018da0c27790079ce /codegen/lib/code/blocks.py | |
| parent | 22baedb24b0d6b2b9148b3e0050d9bb36a4a54ab (diff) | |
| download | azalea-drasl-c7f9dc4b3d0ac7a0d85a087874c192a788b383b9.tar.xz | |
remove all references to clean_property_name
Diffstat (limited to 'codegen/lib/code/blocks.py')
| -rwxr-xr-x | codegen/lib/code/blocks.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/codegen/lib/code/blocks.py b/codegen/lib/code/blocks.py index 05788731..cda95339 100755 --- a/codegen/lib/code/blocks.py +++ b/codegen/lib/code/blocks.py @@ -1,5 +1,4 @@ from lib.utils import get_dir_location, to_camel_case -from lib.code.utils import clean_property_name from ..mappings import Mappings from typing import Optional import re @@ -56,7 +55,6 @@ def generate_blocks(blocks_burger: dict, blocks_report: dict, pixlyzer_block_dat block_properties[property_struct_name] = property_variants - property_name = clean_property_name(property_name) property_struct_names_to_names[property_struct_name] = property_name properties.update(block_properties) |
