From 7ca94497c79bf1547a6f27932e971e419418a18d Mon Sep 17 00:00:00 2001 From: jaknapper Date: Tue, 3 Mar 2026 15:00:25 +0000 Subject: [PATCH] Remove link from basecamera docstring --- picamera_coverage.zip | Bin 54038 -> 54038 bytes .../things/camera/__init__.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/picamera_coverage.zip b/picamera_coverage.zip index 524b404436499df9f8babe06b1c9d1f54c243aa3..72bb9e27685ee0c14575b50a6a75c282ac815f6f 100644 GIT binary patch delta 102 zcmbQXjCtBJW}X0VW)=|!5J;-p$fI|GBdIDmCRBdHgUL=8(lm@s4Gk?!Q&W>IER4-f x4Na5MQc{ePjSUPE4b08W6AcrMl9P;042(BlxUiLxDXD65`z1Ss31=^P0styHA|L<& delta 102 zcmbQXjCtBJW}X0VW)=|!5SUc7kw@(~Jxa%o7t6O$`i< xk`2r)P0|vLOihhb(vlNXj4dsVOwA09O$;_)xUiLxX;RVT_DgmM6V6`p1OOHyAyWVV diff --git a/src/openflexure_microscope_server/things/camera/__init__.py b/src/openflexure_microscope_server/things/camera/__init__.py index 55f2107a..351185ee 100644 --- a/src/openflexure_microscope_server/things/camera/__init__.py +++ b/src/openflexure_microscope_server/things/camera/__init__.py @@ -646,7 +646,7 @@ class BaseCamera(lt.Thing): """Return camera-specific metadata. 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__}