Added type hints to CSM extension

This commit is contained in:
Joel Collins 2020-12-04 17:05:40 +00:00
parent 920354537a
commit 311366c943
3 changed files with 72 additions and 54 deletions

View file

@ -179,7 +179,7 @@ class BaseCamera(metaclass=ABCMeta):
)
return True
def get_frame(self):
def get_frame(self) -> bytes:
"""
Return the current camera frame.