Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions scripts/build_twilio_library.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,6 @@ def generate_domain_for_language(spec_file: str, config_path: str, spec_folder:
with open(full_config_path, 'w') as f:
f.write(json.dumps(config))

# print(f'Generating {output_path} from {spec_folder}')
# run_openapi_generator(parent_dir, language)
# print(f'Code generation completed at {output_path}')
# if language in CLEANUP_IMPORT_LANGUAGES:
# remove_unused_imports(output_path, language)
# if language in REMOVE_DUPLICATE_IMPORT_LANGUAGES:
# remove_duplicate_imports(output_path, language)

def run_openapi_generator(parent_dir: Path, language: str) -> None:
properties = '-DapiTests=false'
if language in {'node', 'python'}:
Expand Down