Added type hints to CSM extension
This commit is contained in:
parent
920354537a
commit
311366c943
3 changed files with 72 additions and 54 deletions
|
|
@ -179,7 +179,7 @@ class BaseCamera(metaclass=ABCMeta):
|
|||
)
|
||||
return True
|
||||
|
||||
def get_frame(self):
|
||||
def get_frame(self) -> bytes:
|
||||
"""
|
||||
Return the current camera frame.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue