Skip to content
Snippets Groups Projects
Commit 1e8c453b authored by Victor Löfgren's avatar Victor Löfgren
Browse files

Remove restx import

parent 584413fd
No related branches found
No related tags found
1 merge request!164Resolve "Update documentation"
......@@ -6,8 +6,6 @@ database. It can add, get, delete, edit, search and copy items.
from app.apis import http_codes
from flask_smorest import abort
from flask_smorest.pagination import PaginationParameters
# from flask_restx import abort
from flask_sqlalchemy import BaseQuery
from flask_sqlalchemy.model import Model
from sqlalchemy import Column, DateTime
......
......@@ -7,8 +7,6 @@ from app.apis import http_codes
from app.core import db
from app.database.models import QuestionAlternativeAnswer, QuestionScore, Whitelist
from flask_smorest import abort
# from flask_restx import abort
from sqlalchemy.exc import IntegrityError
......
......@@ -5,8 +5,6 @@ This file contains functionality to get data from the database.
from app.apis import http_codes
from app.core import db
from flask_smorest import abort
# from flask_restx.errors import abort
from sqlalchemy import exc
......
......@@ -8,8 +8,6 @@ from app.core.codes import generate_code_string
from app.database.models import Code
from flask_smorest import abort
# from flask_restx import abort
def move_order(orders, order_key, from_order, to_order):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment