Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 27, 2024
1 parent c604074 commit f6b5a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ehrapy/tools/_sa.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def kmf(
warnings.warn(
"This function is deprecated and will be removed in the next release. Use `kaplan_meier` instead.",
DeprecationWarning,
stacklevel=2
stacklevel=2,
)
kmf = KaplanMeierFitter()
if censoring == "None" or "right":
Expand Down

0 comments on commit f6b5a89

Please sign in to comment.