mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-17 21:58:22 +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:
|
||||
r = self._get("image/signed_urls")
|
||||
|
||||
if not r.ok:
|
||||
raise Exception("Unable to get signed urls")
|
||||
presigned_urls = r.json()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user