Skip to content

Commit dd346b6

Browse files
committed
janky but working
1 parent 94e734a commit dd346b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fl4health/clients/nnunet_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import gc
21
import copy
2+
import gc
33
import logging
44
import os
55
import pickle

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)