8000 Fix merging issue · python-kasa/python-kasa@4fe442f · GitHub
[go: up one dir, main page]

Skip to content

Commit 4fe442f

Browse files
committed
Fix merging issue
1 parent 3a7a8ea commit 4fe442f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kasa/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,6 @@ async def state(ctx, dev: Device):
648648
echo(f"\tLocation: {dev.location}")
649649

650650
_echo_all_features(dev.features)
651-
echo(f"\t{feature.name} ({id_}): {feature.value}{unit}")
652651

653652
echo("\n\t[bold]== Modules ==[/bold]")
654653
for module in dev.modules.values():

0 commit comments

Comments
 (0)
0