Skip to content

Commit 4424ee4

Browse files
authored
MNT: comment on the purpose of the import [skip azp][skip cirrus]
1 parent df9cd07 commit 4424ee4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.spin/cmds.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ def check_docs(ctx, pytest_args, n_jobs, verbose, *args, **kwargs):
320320
321321
""" # noqa: E501
322322
try:
323+
# prevent obscure error later
323324
import scipy_doctest
324325
except ModuleNotFoundError as e:
325326
raise ModuleNotFoundError("scipy-doctest not installed") from e

0 commit comments

Comments
 (0)