Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrede committed Jun 17, 2024
1 parent 032eb23 commit c95bd2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fedn/network/api/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
import uuid
from io import BytesIO

from flask import jsonify, safe_join, send_from_directory
from flask import jsonify, send_from_directory
from werkzeug.security import safe_join
from werkzeug.utils import secure_filename

from fedn.common.config import get_controller_config, get_network_config
Expand Down

0 comments on commit c95bd2a

Please sign in to comment.