Skip to content

Commit 57268b1

Browse files
committed
Modified For Flake8
1 parent bade8f9 commit 57268b1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

color_palette_generator/main.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from flask import Flask, render_template, request
22
import random
33

4-
54
app = Flask(__name__)
65

76

@@ -26,5 +25,4 @@ def home():
2625

2726

2827
if __name__ == '__main__':
29-
app.run(debug=True)
30-
28+
app.run(debug=True)

0 commit comments

Comments
 (0)