Merge pull request #2842 from gcrsaldanha/task/remove-deprecated-code

🔥 Remove code supposed to be removed at v1.0
This commit is contained in:
David Lord 2018-06-28 07:22:17 -07:00 committed by GitHub
commit 81c2a1e475
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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