Skip to content

Commit 57fdac5

Browse files
committed
Fixed missing docstring
1 parent b5a8b3b commit 57fdac5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

versions.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,9 @@ def test_pkg_mismatch_regex():
381381

382382

383383
def get_all_min_versions(MIN_PYTHON):
384+
"""
385+
Retrieve all minimum Python and package versions
386+
"""
384387
MIN_NUMBA, MIN_NUMPY = get_min_numba_numpy_version(MIN_PYTHON)
385388
MIN_SCIPY = get_min_scipy_version(MIN_PYTHON, MIN_NUMPY)
386389

0 commit comments

Comments
 (0)