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