Skip to content

Commit

Permalink
Remove base class Filter (#2310)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanTingHsieh authored Jan 24, 2024
1 parent 5b463cf commit 77039b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nvflare/app_common/abstract/params_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@
from typing import Any, List

from nvflare.apis.dxo import from_shareable
from nvflare.apis.filter import Filter
from nvflare.apis.fl_context import FLContext
from nvflare.apis.shareable import Shareable


class ParamsConverter(Filter, ABC):
class ParamsConverter(ABC):
def __init__(self, supported_tasks: List[str] = None):
self.supported_tasks = supported_tasks

Expand Down

0 comments on commit 77039b2

Please sign in to comment.