Skip to content

Commit

Permalink
fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
panh99 committed Nov 24, 2023
1 parent d0cc1f1 commit 45105f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/py/flwr/client/middleware/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

from typing import Callable

from flwr.client.typing import Bwd, Fwd
from flwr.client.flower import Bwd, Fwd

App = Callable[[Fwd], Bwd]
Layer = Callable[[Fwd, App], Bwd]
2 changes: 1 addition & 1 deletion src/py/flwr/client/middleware/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

from typing import List

from flwr.client.typing import Bwd, Fwd
from flwr.client.flower import Bwd, Fwd

from .typing import App, Layer

Expand Down
2 changes: 1 addition & 1 deletion src/py/flwr/client/middleware/utils_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import unittest
from typing import List

from flwr.client.typing import Bwd, Fwd
from flwr.client.flower import Bwd, Fwd
from flwr.client.workload_state import WorkloadState
from flwr.proto.task_pb2 import TaskIns, TaskRes

Expand Down

0 comments on commit 45105f5

Please sign in to comment.