mirror of
https://github.com/ail-project/ail-framework.git
synced 2025-02-18 15:26:25 +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…
Add table
Reference in a new issue