From 1f919885ae4097cedcd3d294c60f535056939db3 Mon Sep 17 00:00:00 2001 From: Arnaud Watlet <arnaud.watlet@umons.ac.be> Date: Thu, 11 Jan 2024 11:29:40 +0100 Subject: [PATCH] Updates docstring --- ohmpi/hardware_system.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ohmpi/hardware_system.py b/ohmpi/hardware_system.py index 094023a9..2f4d596c 100644 --- a/ohmpi/hardware_system.py +++ b/ohmpi/hardware_system.py @@ -57,6 +57,8 @@ def elapsed_seconds(start_time): class OhmPiHardware: + """OhmPiHardware class. + """ def __init__(self, **kwargs): # OhmPiHardware initialization self.exec_logger = kwargs.pop('exec_logger', create_stdout_logger('exec_hw')) -- GitLab