aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/decorators.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysite/decorators.py')
-rw-r--r--pysite/decorators.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pysite/decorators.py b/pysite/decorators.py
index 03d5e6b8..94239fbc 100644
--- a/pysite/decorators.py
+++ b/pysite/decorators.py
@@ -4,7 +4,6 @@ from functools import wraps
from json import JSONDecodeError
from flask import request
-
from schema import Schema, SchemaError
from pysite.constants import ErrorCodes, ValidationTypes