Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 29, 2024
1 parent 686fbab commit 9cb43b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/secure_cookie/cookie.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def application(request):
.. autoexception:: UnquoteError
"""

import base64
import json as _json
from datetime import datetime
Expand Down
1 change: 1 addition & 0 deletions src/secure_cookie/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def application(request):
.. autoclass:: SessionMiddleware
:members:
"""

import os
import pathlib
import pickle
Expand Down

0 comments on commit 9cb43b5

Please sign in to comment.