Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrede committed Dec 6, 2023
1 parent 36bc668 commit 6ffd01c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fedn/fedn/network/api/network.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import base64

from fedn.network.combiner.interfaces import (CombinerInterface,
CombinerUnavailableError)
from fedn.network.combiner.interfaces import CombinerInterface
from fedn.network.loadbalancer.leastpacked import LeastPacked

__all__ = 'Network',
Expand Down

0 comments on commit 6ffd01c

Please sign in to comment.