Remove link from basecamera docstring

This commit is contained in:
jaknapper 2026-03-03 15:00:25 +00:00
parent 9a6f80edf4
commit 7ca94497c7
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -646,7 +646,7 @@ class BaseCamera(lt.Thing):
"""Return camera-specific metadata. """Return camera-specific metadata.
By default, this just adds the subclass name as the camera type. By default, this just adds the subclass name as the camera type.
Subclasses can extend by overriding this property and calling `super().thing_state`. Subclasses can extend by overriding this property and calling super().thing_state.
""" """
return {"camera": self.__class__.__name__} return {"camera": self.__class__.__name__}