Skip to content

Commit 7a6851d

Browse files
committed
Removed unnecessary print statement
1 parent 8b9d3dd commit 7a6851d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

versions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ def get_latest_scipy_version():
234234
"""
235235
Reteive the latest SciPy version
236236
"""
237-
print(_get_all_pkg_versions("scipy")[-1])
238237
return _get_all_pkg_versions("scipy")[-1]
239238

240239

0 commit comments

Comments
 (0)