Fix issues found by linter in PiCamera Code

Issue #423 created based on lens shading TODOs
This commit is contained in:
Julian Stirling 2025-06-23 12:33:42 +01:00
parent 0e3f4305b5
commit 72faba0272
4 changed files with 26 additions and 29 deletions

View file

@ -31,6 +31,7 @@ from ..stage import StageProtocol as Stage
# higher related to a faster movement
RATIO = 0.2
class SimulatedCamera(BaseCamera):
"""A Thing representing an OpenCV camera"""