DmitrMakeev commited on
Commit
0e44910
·
verified ·
1 Parent(s): a72e499

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -856,10 +856,6 @@ print(calculator.generate_report(results))
856
 
857
 
858
 
859
- from flask import Flask, request, jsonify
860
- import json
861
-
862
- app = Flask(__name__)
863
 
864
  @app.route('/calculation', methods=['POST'])
865
  def handle_calculation():
 
856
 
857
 
858
 
 
 
 
 
859
 
860
  @app.route('/calculation', methods=['POST'])
861
  def handle_calculation():