🔥 Remove code supposed to be removed at v1.0

This commit is contained in:
Gabriel Saldanha 2018-06-27 08:23:44 -03:00
parent 7627d9ce13
commit d362399e7e

View file

@ -43,7 +43,3 @@ from . import json
# This was the only thing that Flask used to export at one point and it had
# a more generic name.
jsonify = json.jsonify
# backwards compat, goes away in 1.0
from .sessions import SecureCookieSession as Session
json_available = True