removing prints

This commit is contained in:
João Moura
2024-11-12 18:37:50 -03:00
parent fd0de3a47e
commit bcfcf88e78
2 changed files with 0 additions and 6 deletions

View File

@@ -24,7 +24,6 @@ def run_crew() -> None:
f"Please run `crewai update` to update your pyproject.toml to use uv.",
fg="red",
)
print()
try:
subprocess.run(command, capture_output=False, text=True, check=True)