Skip to content

Commit 26b9be8

Browse files
Re-place type ignore
1 parent 0fa31a9 commit 26b9be8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guardrails/cli/hub/install.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ def install(
245245

246246
console.print(f"\nInstalling {package_uri}...\n")
247247
logger.log(
248-
level=LEVELS.get("SPAM"),
249-
msg=f"Installing {package_uri}...", # type: ignore
248+
level=LEVELS.get("SPAM"), # type: ignore
249+
msg=f"Installing {package_uri}...",
250250
)
251251

252252
# Validation

0 commit comments

Comments
 (0)