mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-17 16:44:19 +01:00
fix lint error
This commit is contained in:
@@ -168,7 +168,7 @@ def run_cargo_update():
|
||||
"""Run cargo update to update the Cargo.lock file."""
|
||||
try:
|
||||
# Run cargo update showing its output with verbose flag
|
||||
print(f"Info: run cargo update")
|
||||
print("Info: run cargo update")
|
||||
subprocess.run(["cargo", "update", "--workspace", "--verbose"], check=True)
|
||||
return True
|
||||
except Exception:
|
||||
|
||||
Reference in New Issue
Block a user