Browse Source

re-format code after upgrade of black to v23.1.0

Fabian Peter Hammerle 1 year ago
parent
commit
3a12297d2e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      switchbot_mqtt/_actors/__init__.py

+ 0 - 1
switchbot_mqtt/_actors/__init__.py

@@ -111,7 +111,6 @@ class _ButtonAutomator(_MQTTControlledActor):
 
 
 class _CurtainMotor(_MQTTControlledActor):
-
     # https://www.home-assistant.io/integrations/cover.mqtt/
     MQTT_COMMAND_TOPIC_LEVELS = _CURTAIN_TOPIC_LEVELS_PREFIX + ("set",)
     _MQTT_SET_POSITION_TOPIC_LEVELS: typing.Tuple[