Fix code style

This commit is contained in:
Michael Osthege
2024-10-04 11:46:52 +02:00
committed by Andreas
parent 4458b9f841
commit 2fce372029
2 changed files with 214 additions and 46 deletions

View File

@@ -31,7 +31,6 @@ opt_class = optimization_problem(
)
@app.route("/soc", methods=["GET"])
def flask_soc():
# MariaDB connection details
@@ -381,4 +380,3 @@ if __name__ == "__main__":
print(
f"Could not bind to host {host}:{port}. Error: {e}"
) # Error handling for binding issues