Skip to content

Commit 1e0e7e1

Browse files
committed
Missing comma
1 parent 3878263 commit 1e0e7e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/sampling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ def sample(
467467
"In v4.0, pm.sample will return an `arviz.InferenceData` object instead of a `MultiTrace` by default. "
468468
"You can pass return_inferencedata=True or return_inferencedata=False to be safe and silence this warning.",
469469
FutureWarning,
470-
stacklevel=2
470+
stacklevel=2,
471471
)
472472
# set the default
473473
return_inferencedata = False

0 commit comments

Comments
 (0)