mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-18 14:18:21 +03:00
style: remove extra blank line for ruff
This commit is contained in:
parent
ab332c0395
commit
f8d98be0bb
@ -105,7 +105,6 @@ class PlusApi:
|
|||||||
|
|
||||||
def upload_image(self, image: ndarray, camera: str) -> str:
|
def upload_image(self, image: ndarray, camera: str) -> str:
|
||||||
r = self._get("image/signed_urls")
|
r = self._get("image/signed_urls")
|
||||||
|
|
||||||
if not r.ok:
|
if not r.ok:
|
||||||
raise Exception("Unable to get signed urls")
|
raise Exception("Unable to get signed urls")
|
||||||
presigned_urls = r.json()
|
presigned_urls = r.json()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user