[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-02-07 04:43:02 +00:00
parent c1d01f6999
commit a15da89dbb

View file

@ -227,7 +227,6 @@ def test_session_error_pops_context():
def test_session_dynamic_cookie_name(): def test_session_dynamic_cookie_name():
# This session interface will use a cookie with a different name if the # This session interface will use a cookie with a different name if the
# requested url ends with the string "dynamic_cookie" # requested url ends with the string "dynamic_cookie"
class PathAwareSessionInterface(SecureCookieSessionInterface): class PathAwareSessionInterface(SecureCookieSessionInterface):