mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
Upgrade black to 20.8b1 (#39287)
This commit is contained in:
@@ -69,7 +69,8 @@ class TestImageProcessing:
|
||||
self.hass.stop()
|
||||
|
||||
@patch(
|
||||
"homeassistant.components.demo.camera.Path.read_bytes", return_value=b"Test",
|
||||
"homeassistant.components.demo.camera.Path.read_bytes",
|
||||
return_value=b"Test",
|
||||
)
|
||||
def test_get_image_from_camera(self, mock_camera_read):
|
||||
"""Grab an image from camera entity."""
|
||||
|
||||
Reference in New Issue
Block a user