Skip to content

Commit

Permalink
lint: sort import
Browse files Browse the repository at this point in the history
  • Loading branch information
honghaoli42 committed Oct 17, 2024
1 parent 33079f7 commit 82a3e07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion experiments/yoda/yoda_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@

import numpy as np
import pandas as pd
from fedeca import FedECA
from lifelines.exceptions import StatisticalWarning

from fedeca import FedECA

logging.getLogger("substrafl").setLevel(logging.WARNING)
warnings.filterwarnings(action="ignore", category=StatisticalWarning)

Expand Down

0 comments on commit 82a3e07

Please sign in to comment.