Refactor whitespace and formatting in multiple files

- Clean up unnecessary whitespace in `gemini.py`, `events.py`, and `file_api.py`
- Ensure consistent formatting in `26g-gemini-multimodal-live-groundingMetadata.py`
- Improve readability by aligning code and removing trailing spaces
This commit is contained in:
Pete
2025-07-20 18:38:59 -04:00
parent e165d38277
commit b1a5cddde4
4 changed files with 30 additions and 26 deletions

View File

@@ -162,4 +162,4 @@ async def run_example(transport: BaseTransport, _: argparse.Namespace, handle_si
if __name__ == "__main__":
from pipecat.examples.run import main
main(run_example, transport_params=transport_params)
main(run_example, transport_params=transport_params)