We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d731bff commit 7710551Copy full SHA for 7710551
1 file changed
plugwise/constants.py
@@ -207,13 +207,13 @@
207
"stretch_v2": SMILE(STRETCH, "Stretch"),
208
"stretch_v3": SMILE(STRETCH, "Stretch"),
209
}
210
-REQUIRE_APPLIANCES: Final[list[str]] = [
+REQUIRE_APPLIANCES: Final[tuple[str, ...]] = (
211
"smile_thermo_v1",
212
"smile_thermo_v3",
213
"smile_thermo_v4",
214
"stretch_v2",
215
"stretch_v3",
216
-]
+)
217
218
# Class, Literal and related tuple-definitions
219
0 commit comments