Let ruff autofix some things from the newest version

This commit is contained in:
Trenton H
2023-06-13 10:55:52 -07:00
parent 2ade33cff4
commit 4504668cb2
7 changed files with 16 additions and 16 deletions

View File

@@ -28,7 +28,7 @@ if __name__ == "__main__":
except Exception as e:
print(
f"Redis ping #{attempt} failed.\n"
f"Error: {str(e)}.\n"
f"Error: {e!s}.\n"
f"Waiting {RETRY_SLEEP_SECONDS}s",
flush=True,
)