Skip to content

Commit db49738

Browse files
committed
chore: fixes
1 parent 7f7c28a commit db49738

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gen_surv/competing_risks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
import numpy as np
99
import pandas as pd
10+
import matplotlib.pyplot as plt
1011
from typing import Dict, List, Optional, Tuple, Union, Literal, Any
1112

1213

tasks.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
import shlex
55

66

7-
8-
97
@task
108
def test(c: Context) -> None:
119
"""Run the test suite with coverage reporting.

0 commit comments

Comments
 (0)