Skip to content

Commit 01a3e43

Browse files
[pre-commit.ci] Add auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bbb9d27 commit 01a3e43

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/nnunet_example/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
from fl4health.utils.msd_dataset_sources import get_msd_dataset_enum, msd_num_labels
2929
from fl4health.utils.nnunet_utils import get_segs_from_probs, set_nnunet_env
3030

31-
3231
personalized_client_classes = {"ditto": make_it_personal(NnunetClient, "ditto")}
3332

3433

fl4health/mixins/personalized/ditto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Ditto Personalized Mixin"""
22

33
from abc import ABC, abstractmethod
4-
from logging import INFO, DEBUG
4+
from logging import DEBUG, INFO
55
from typing import cast
66

77
import torch

0 commit comments

Comments
 (0)