refactor: remove unnecessary whitespace in GoogleImageGenConfig

- Cleaned up the code by removing an extra blank line in the GoogleImageGenConfig class.
- This minor adjustment improves code readability without affecting functionality.

Signed-off-by: Ifta Khairul Alam Adil <ikaadil007@gmail.com>
This commit is contained in:
Ifta Khairul Alam Adil
2025-08-27 11:55:19 +02:00
parent 2d515e72ff
commit ab4cd48c40
@@ -88,7 +88,6 @@ class GoogleImageGenConfig(BaseImageGenerationConfig):
Google AI API format: https://generativelanguage.googleapis.com/v1beta/models/{model}:predict
"""
complete_url: str = (
api_base
or get_secret_str("GEMINI_API_BASE")