Browse Source

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

https://github.com/fphammerle/switchbot-mqtt/commit/3a12297d2e488107a4ceee530da3fa3043ba9d93
https://github.com/fphammerle/location-guessing-game-telegram-bot/commit/db299437eee3a2643cddf4d569fe5cb5c73ab6da
Fabian Peter Hammerle 1 year ago
parent
commit
f77ef28641
1 changed files with 0 additions and 1 deletions
  1. 0 1
      acpi_backlight/__init__.py

+ 0 - 1
acpi_backlight/__init__.py

@@ -7,7 +7,6 @@ _ACPI_BACKLIGHT_ROOT_DIR_PATH = pathlib.Path("/sys/class/backlight")
 
 
 class Backlight:
-
     # pylint: disable=too-few-public-methods; does not count properties
 
     def __init__(self, name: str = "intel_backlight"):