Skip to content

Commit 0b28aa6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5843a50 commit 0b28aa6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/secure_cookie/cookie.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def application(request):
9898
9999
.. autoexception:: UnquoteError
100100
"""
101+
101102
import base64
102103
import json as _json
103104
from datetime import datetime

src/secure_cookie/session.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ def application(request):
8282
.. autoclass:: SessionMiddleware
8383
:members:
8484
"""
85+
8586
import os
8687
import pathlib
8788
import pickle

0 commit comments

Comments
 (0)