Skip to content

Commit dc56401

Browse files
authored
Update helper_functions.py
1 parent ce732b2 commit dc56401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser_env/helper_functions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def render(
154154
if render_screenshot:
155155
# image observation
156156
img_obs = observation["image"]
157-
image = Image.fromarray(img_obs)
157+
image = Image.fromarray(img_obs) # type:ignore
158158
byte_io = io.BytesIO()
159159
image.save(byte_io, format="PNG")
160160
byte_io.seek(0)

0 commit comments

Comments
 (0)