Skip to content

Commit

Permalink
Remove unused custom exception
Browse files Browse the repository at this point in the history
  • Loading branch information
bojeanson committed Feb 24, 2025
1 parent 27ee974 commit c6a9e5a
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
from edge_orchestrator.domain.ports.camera.i_camera_manager import ICameraManager


class NoCameraAvailableError(Exception):
pass


class CameraManager(ICameraManager):
def __init__(self, camera_factory: ICameraFactory):
self._camera_factory = camera_factory
Expand Down

0 comments on commit c6a9e5a

Please sign in to comment.