re-run through ruff formatter

This commit is contained in:
2025-01-15 10:54:52 +00:00
parent 5a988e8d37
commit 53ad8fdff5
23 changed files with 460 additions and 460 deletions

View File

@@ -19,7 +19,7 @@ def timeout(func):
while time.time() < start + remote.connect_timeout:
try:
func(*args, **kwargs)
remote.logger.debug(f"login time: {round(time.time() - start, 2)}")
remote.logger.debug(f'login time: {round(time.time() - start, 2)}')
err = None
break
except XAirRemoteConnectionTimeoutError as e: