Skip to content

Commit

Permalink
code checks
Browse files Browse the repository at this point in the history
  • Loading branch information
niklastheman committed Oct 31, 2023
1 parent 74030a6 commit e3ec001
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions fedn/fedn/network/dashboard/restservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,9 @@
import pandas as pd
from bokeh.embed import json_item
from bson import json_util
from flask import (
Flask,
abort,
flash,
jsonify,
make_response,
redirect,
render_template,
request,
send_file,
send_from_directory,
url_for,
)
from flask import (Flask, abort, flash, jsonify, make_response, redirect,
render_template, request, send_file, send_from_directory,
url_for)
from werkzeug.utils import secure_filename

from fedn.common.tracer.mongotracer import MongoTracer
Expand Down

0 comments on commit e3ec001

Please sign in to comment.