Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Foley <[email protected]>
  • Loading branch information
psfoley committed Mar 1, 2024
1 parent ed6f058 commit 2aa7adc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openfl/experimental/runtime/local_runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,6 @@ def execute_collab_steps(self, ctx: Any, f_name: str):

f_name = f.__name__


def execute_task(self, flspec_obj: Type[FLSpec], f: Callable, **kwargs):
"""
Defines which function to be executed based on name and kwargs
Expand Down

0 comments on commit 2aa7adc

Please sign in to comment.