mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-27 00:07:16 +00:00
Added missing json dependency in dashboard
This commit is contained in:
parent
8daa72789e
commit
0054be5bab
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
||||||
'''
|
'''
|
||||||
Flask functions and routes for the dashboard page
|
Flask functions and routes for the dashboard page
|
||||||
'''
|
'''
|
||||||
|
import json
|
||||||
|
|
||||||
import flask
|
import flask
|
||||||
from flask import Flask, render_template, jsonify, request
|
from flask import Flask, render_template, jsonify, request
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue