Skip to content

Commit 70b1d90

Browse files
committed
remove IPython reprs
Change-Id: I474c76c1e73d7a92a653932d1984c02de7e3b71a
1 parent a7a7916 commit 70b1d90

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

google/generativeai/vision_models/_vision_models.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,6 @@ def show(self):
114114
if PIL_Image and IPython_display:
115115
IPython_display.display(self._pil_image)
116116

117-
def _repr_jpeg(self):
118-
return self._pil_image._repr_jpeg()
119-
120-
def _repr_png(self):
121-
return self._pil_image._repr_png()
122-
123117
def save(self, location: str):
124118
"""Saves image to a file.
125119

0 commit comments

Comments
 (0)