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