Skip to content

Commit 21af3c9

Browse files
committed
format
Change-Id: Id839dd464fbb8413f4a07603d8f6af1626353b7a
1 parent 13c7c3a commit 21af3c9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

google/generativeai/types/image_types/_image_types.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ def __bool__(self):
120120
raise ValueError(f"Unrecognized result: {decision}")
121121

122122

123-
124-
125123
class Image:
126124
"""Image."""
127125

@@ -216,8 +214,6 @@ def _as_base64_string(self) -> str:
216214
def _repr_png_(self):
217215
return self._pil_image._repr_png_() # type:ignore
218216

219-
check_watermark = check_watermark
220-
221217

222218
_EXIF_USER_COMMENT_TAG_IDX = 0x9286
223219
_IMAGE_GENERATION_PARAMETERS_EXIF_KEY = (

0 commit comments

Comments
 (0)