Skip to content

Commit

Permalink
cleaning up tf import lines
Browse files Browse the repository at this point in the history
Signed-off-by: kta-intel <[email protected]>
  • Loading branch information
kta-intel committed Jun 6, 2024
1 parent 2018e1f commit a74d45c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions openfl/federated/task/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
from .runner import TaskRunner # NOQA

if importlib.util.find_spec('tensorflow'):
from .runner_tf import TensorFlowTaskRunner # NOQA
from .runner_tf import TensorFlowTaskRunner_v1 # NOQA
from .runner_tf import TensorFlowTaskRunner, TensorFlowTaskRunner_v1 # NOQA
from .runner_keras import KerasTaskRunner # NOQA
from .fl_model import FederatedModel # NOQA
if importlib.util.find_spec('torch'):
Expand Down

0 comments on commit a74d45c

Please sign in to comment.