From 10b81c454f6f38b33829b1a80dc607d3be4eeef8 Mon Sep 17 00:00:00 2001 From: Robbe Van Herck Date: Wed, 28 Nov 2018 16:04:07 +0100 Subject: [PATCH] Do merge conflicts correctly --- api.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/api.py b/api.py index a9ec753..504ecb2 100644 --- a/api.py +++ b/api.py @@ -3,10 +3,7 @@ from models import User, Achievement import json from graphviz import Digraph -<<<<<<< HEAD from flask import escape -======= ->>>>>>> 4ad2b75835745d3a91007abab4741f5956ba9cbd @app.route("/api") @app.route("/api/all")