From 367cf405bd406ec4c019cfd03553b86d0706ff48 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:17:15 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- HCDevice.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HCDevice.py b/HCDevice.py index 5436ab1..c6b87a2 100755 --- a/HCDevice.py +++ b/HCDevice.py @@ -365,8 +365,8 @@ 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":