mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-12 18:38:03 +00:00
Enable ruff check for ANN (#1139)
This commit is contained in:
@@ -14,7 +14,7 @@ from .common import (
|
||||
|
||||
@click.group()
|
||||
@pass_dev
|
||||
async def schedule(dev):
|
||||
async def schedule(dev) -> None:
|
||||
"""Scheduling commands."""
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user