Line length

This commit is contained in:
Meatballs1
2024-04-25 10:14:44 +01:00
parent 745a32a460
commit ae50b0db0c

View File

@@ -173,7 +173,8 @@ class HCDevice:
if access != "readwrite" and access != "writeonly":
raise Exception(
"Unable to configure appliance. "
f"Feature {feature['name']} with uid {uid} has got access {feature['access']}."
f"Feature {feature['name']} with uid {uid} "
f"has got access {feature['access']}."
)
# check if selected list with values is allowed