Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Change-Id: I446692905361c56505b070d72d94ea7fecdaede8
  • Loading branch information
MarkDaoust committed Oct 1, 2024
1 parent f077610 commit d974128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/generativeai/vision_models/_vision_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def _image_bytes(self, value: bytes):
self._loaded_bytes = value

@property
def _pil_image(self) -> "PIL_Image.Image": # type: ignore
def _pil_image(self) -> "PIL_Image.Image": # type: ignore
if self._loaded_image is None:
if not PIL_Image:
raise RuntimeError(
Expand Down

0 comments on commit d974128

Please sign in to comment.