Skip to content

Commit bc69af0

Browse files
remove debugging statement
1 parent f86281d commit bc69af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guardrails/cli/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def get_guardrails_version():
1313

1414

1515
def version_warnings_if_applicable(console: Console):
16-
current_version = "0.1.0" or get_guardrails_version()
16+
current_version = get_guardrails_version()
1717

1818
with contextlib.suppress(Exception):
1919
res = requests.get(f"https://pypi.org/pypi/{GUARDRAILS_PACKAGE_NAME}/json")

0 commit comments

Comments
 (0)