From 8c15284c3271f5d775cc09f2e80f193a18d405e2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 22:14:06 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- HCDevice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HCDevice.py b/HCDevice.py index e20ca42..3c0b407 100755 --- a/HCDevice.py +++ b/HCDevice.py @@ -365,7 +365,7 @@ class HCDevice: if "max" in change: self.features[uid]["max"] = change["max"] else: - #We wont have name for this item, so have to be careful when resolving elsewhere + # We wont have name for this item, so have to be careful when resolving elsewhere self.features[uid] = change elif resource == "/ni/info":