Skip to content

Commit

Permalink
floating import
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrede committed Jul 16, 2024
1 parent d774208 commit 61ce17e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fedn/cli/combiner_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
import click
import requests

from fedn.network.combiner.combiner import Combiner

from .main import main
from .shared import CONTROLLER_DEFAULTS, apply_config, get_api_url, get_token, print_response

Expand Down Expand Up @@ -59,6 +57,8 @@ def start_cmd(ctx, discoverhost, discoverport, token, name, host, port, fqdn, se
click.echo(f"\nCombiner configuration loaded from file: {init}")
click.echo("Values set in file override defaults and command line arguments...\n")

from fedn.network.combiner.combiner import Combiner

combiner = Combiner(config)
combiner.run()

Expand Down

0 comments on commit 61ce17e

Please sign in to comment.