Skip to content

Commit

Permalink
fixed the import error
Browse files Browse the repository at this point in the history
  • Loading branch information
sowmyasris committed Jul 31, 2024
1 parent 488d9f2 commit e8eb846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedn/network/api/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from fedn.network.api.interface import API
from fedn.network.api.shared import control, statestore
from fedn.network.api.v1 import _routes
import gunicorn_app
from fedn.network.api import gunicorn_app

custom_url_prefix = os.environ.get("FEDN_CUSTOM_URL_PREFIX", False)
# statestore_config,modelstorage_config,network_id,control=set_statestore_config()
Expand Down

0 comments on commit e8eb846

Please sign in to comment.