Add return typehints to magic methods

This commit is contained in:
Julian Stirling 2025-08-27 14:04:25 +01:00
parent 4c46330959
commit 2ce49088e7
17 changed files with 41 additions and 34 deletions

View file

@ -85,7 +85,7 @@ class SmartScanThing(lt.Thing):
past scans.
"""
def __init__(self, scans_folder: str):
def __init__(self, scans_folder: str) -> None:
"""Initialise a SmartScanThing saving to and loading from the input directory.
:param scans_folder: This is the path to the directory where all scans will be