Skip to content

Commit

Permalink
reverting changes for content v1
Browse files Browse the repository at this point in the history
  • Loading branch information
sbansla committed Sep 19, 2024
1 parent f1f082e commit fae49a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/build_twilio_library.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ def build(openapi_spec_path: str, output_path: str, language: str) -> None:
else:
spec_folder = openapi_spec_path
spec_files = sorted(os.listdir(spec_folder))
if 'twilio_content_v1.json' in spec_files:
spec_files.remove('twilio_content_v1.json')
generate(spec_folder, spec_files, output_path, language)


Expand Down

0 comments on commit fae49a0

Please sign in to comment.