mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-12 02:18:02 +00:00
Enable ruff check for ANN (#1139)
This commit is contained in:
@@ -15,7 +15,7 @@ from .common import echo, error, pass_dev_or_child
|
||||
|
||||
@click.group()
|
||||
@pass_dev_or_child
|
||||
def light(dev):
|
||||
def light(dev) -> None:
|
||||
"""Commands to control light settings."""
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user