We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0dfcce commit a82a412Copy full SHA for a82a412
guardrails/cli/hub/uninstall.py
@@ -63,7 +63,6 @@ def uninstall(
63
"""Uninstall a validator from the Hub."""
64
from guardrails.hub.validator_package_service import ValidatorPackageService
65
66
- print(f"ValidatorPackageService: {ValidatorPackageService}")
67
if not package_uri.startswith("hub://"):
68
logger.error("Invalid URI!")
69
sys.exit(1)
0 commit comments