From 8fea35a663d4e6ad6dd761b82eb915453b58a55b Mon Sep 17 00:00:00 2001 From: jaknapper Date: Mon, 23 Jun 2025 12:05:52 +0100 Subject: [PATCH] Remove duplicate docstring --- src/openflexure_microscope_server/things/smart_scan.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/openflexure_microscope_server/things/smart_scan.py b/src/openflexure_microscope_server/things/smart_scan.py index e62c7dd7..b907004c 100644 --- a/src/openflexure_microscope_server/things/smart_scan.py +++ b/src/openflexure_microscope_server/things/smart_scan.py @@ -70,8 +70,6 @@ def ensure_free_disk_space(path: str, min_space: int = 500000000) -> None: class ScanInfo(BaseModel): """Summary information about a scan folder""" - """Summary information about a scan folder""" - name: str created: datetime modified: datetime