Skip to content

Commit 888aa70

Browse files
committed
linter fix V4
1 parent 31561dc commit 888aa70

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pybricksdev/cli/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,10 +242,10 @@ def is_pybricks_usb(dev):
242242
try:
243243
response = await hub.race_power_button_press(
244244
questionary.select(
245-
"Would you like to re-compile your code?",
245+
"Would you like to re-compile your code?",
246246
response_options,
247-
).ask_async()
248-
)
247+
).ask_async()
248+
)
249249
except RuntimeError as e:
250250

251251
async def reconnect_hub():
@@ -294,7 +294,7 @@ async def reconnect_hub():
294294

295295
elif (
296296
hub.connection_state_observable.value
297-
== ConnectionState.DISCONNECTED
297+
== ConnectionState.DISCONNECTED
298298
):
299299
# let terminal cool off before making a new prompt
300300
await asyncio.sleep(0.3)

0 commit comments

Comments
 (0)