Removed unused imports

This commit is contained in:
Ken Tsang
2017-04-06 12:13:32 +01:00
parent 06ec7a59a6
commit 7c0aeca66e
2 changed files with 0 additions and 4 deletions

View File

@@ -1,8 +1,5 @@
import uuid
from flask import jsonify, request
from jsonschema.exceptions import ValidationError
from werkzeug.exceptions import abort
from app import api_user
from app.dao import templates_dao

View File

@@ -1,5 +1,4 @@
import pytest
import uuid
from flask import json