Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
MateoLostanlen committed Jan 8, 2025
1 parent 536023f commit 9030eb8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pyroengine/sensors.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,11 @@
import time
from io import BytesIO
from typing import List, Optional
import cv2
import time
import logging

from PIL import Image

import cv2
import requests
import urllib3

from PIL import Image

__all__ = ["ReolinkCamera"]

Expand Down Expand Up @@ -286,5 +282,3 @@ def capture(self) -> Optional[Image.Image]:
except Exception as e:
logging.error(f"An error occurred: {e}")
return None


0 comments on commit 9030eb8

Please sign in to comment.