Skip to content

Commit a6a55ac

Browse files
chore: linting
1 parent 5fef26d commit a6a55ac

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

roborock/cli.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,7 @@ async def _discover(ctx):
8282
client = RoborockApiClient(login_data.email)
8383
home_data = await client.get_home_data(login_data.user_data)
8484
context.update(LoginData(**login_data.as_dict(), home_data=home_data))
85-
click.echo(
86-
f"Discovered devices {', '.join([device.name for device in home_data.get_all_devices()])}"
87-
)
85+
click.echo(f"Discovered devices {', '.join([device.name for device in home_data.get_all_devices()])}")
8886

8987

9088
@click.command()

0 commit comments

Comments
 (0)