Skip to content

Commit 3737372

Browse files
author
y-p
committed
BUG: print_versions return outside function
1 parent 5f84c40 commit 3737372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/print_versions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ def show_versions():
1313

1414

1515
if __name__ == '__main__':
16-
return show_versions()
16+
show_versions()

0 commit comments

Comments
 (0)