Skip to content

Commit e94865c

Browse files
committed
Fix codefactor-error
1 parent 0a89f5f commit e94865c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ def all_appliances(self):
488488
if (
489489
not self._smile_legacy
490490
and appl.pwclass == "thermostat"
491-
and appl.location == None
491+
and appl.location is None
492492
):
493493
self.appl_data.pop(appl.id)
494494

0 commit comments

Comments
 (0)