Skip to content

Commit 71e2989

Browse files
committed
Sorts app.py imports
1 parent 0935c36 commit 71e2989

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33

44
import datetime
55
import json
6+
67
import numpy as np
78
import plotly
89
import plotly.figure_factory as ff
910
from flask import Flask, render_template, request
11+
1012
from flowshop import Flowshop, RandomFlowshop
1113

1214
app = Flask(__name__)

0 commit comments

Comments
 (0)