From 9150c18f3b9b732f8d04f2eaf7163b035a2c2789 Mon Sep 17 00:00:00 2001 From: ATATC Date: Sun, 8 Sep 2024 19:03:42 -0400 Subject: [PATCH] Fixed comments. --- leads/dt/device.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/leads/dt/device.py b/leads/dt/device.py index c9dac55..1e2854d 100644 --- a/leads/dt/device.py +++ b/leads/dt/device.py @@ -29,8 +29,7 @@ def level(self) -> int: def tag(self, tag: str | None = None) -> str | None: """ - Set or get the tag of the device. - The tag will not be set if it is locked. + Set or get the tag of the device. The tag will not be set if it is locked. :param tag: the tag or None if getter mode :return: the tag or None if setter mode """