From 799709c2d6a65716c455dcf6d94bf488a50feeec Mon Sep 17 00:00:00 2001 From: Jessica Stokes Date: Sun, 10 May 2020 11:24:21 -0700 Subject: [PATCH] Placate Flake8 --- wideq/ac.py | 1 - 1 file changed, 1 deletion(-) diff --git a/wideq/ac.py b/wideq/ac.py index a42773e..c6252eb 100644 --- a/wideq/ac.py +++ b/wideq/ac.py @@ -192,7 +192,6 @@ class ACDevice(Device): f"could not determine correct 'on' operation:" f" too many reported operations: '{str(operations)}'") - def set_celsius(self, c): """Set the device's target temperature in Celsius degrees. """