Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandut committed Aug 12, 2024
1 parent 3bee459 commit f6323fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fedeca/tests/strategies/test_km.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import git
import numpy as np
import pandas as pd
import torch
from lifelines import KaplanMeierFitter as KMF
from substrafl.dependency import Dependency
Expand All @@ -19,7 +18,7 @@
from fedeca.strategies.fed_kaplan import FedKaplan
from fedeca.tests.common import TestTempDir
from fedeca.utils.data_utils import split_dataframe_across_clients
from fedeca.utils.survival_utils import CoxData, compute_events_statistics, km_curve
from fedeca.utils.survival_utils import CoxData


class TestKM(TestTempDir):
Expand Down

0 comments on commit f6323fc

Please sign in to comment.