diff options
Diffstat (limited to 'codegen/lib/code/registry.py')
| -rw-r--r-- | codegen/lib/code/registry.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codegen/lib/code/registry.py b/codegen/lib/code/registry.py index 68d8c481..c22eefe9 100644 --- a/codegen/lib/code/registry.py +++ b/codegen/lib/code/registry.py @@ -1,6 +1,6 @@ -from typing import Optional from lib.utils import to_snake_case, upper_first_letter, get_dir_location, to_camel_case from ..mappings import Mappings +from typing import Optional import re REGISTRIES_DIR = get_dir_location('../azalea-registry/src/lib.rs') |
