Skip to content

Commit

Permalink
Fix RUFF warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ufozone committed Feb 24, 2024
1 parent f433b03 commit b502761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/zcsmower/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def _create_empty_map_image(self, text: str = "No map") -> Image:
return map_image

def _image_to_bytes(self) -> None:
"""Saves generated image in variable."""
"""Save generated image in variable."""
img_byte_arr = io.BytesIO()
self._image.save(
img_byte_arr,
Expand Down

0 comments on commit b502761

Please sign in to comment.