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/shapes.py | |
| parent | 22baedb24b0d6b2b9148b3e0050d9bb36a4a54ab (diff) | |
| download | azalea-drasl-c7f9dc4b3d0ac7a0d85a087874c192a788b383b9.tar.xz | |
remove all references to clean_property_name
Diffstat (limited to 'codegen/lib/code/shapes.py')
| -rwxr-xr-x | codegen/lib/code/shapes.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/codegen/lib/code/shapes.py b/codegen/lib/code/shapes.py index bedab647..b50cdcf1 100755 --- a/codegen/lib/code/shapes.py +++ b/codegen/lib/code/shapes.py @@ -1,6 +1,4 @@ from lib.utils import get_dir_location, to_camel_case -from lib.code.utils import clean_property_name -from .blocks import get_property_struct_name from ..mappings import Mappings COLLISION_BLOCKS_RS_DIR = get_dir_location( |
