Skip to content

Commit c3b3b1a

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

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-

open_prices/api/auth/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def post(self, request: Request) -> Response:
7373
token,
7474
secure=True,
7575
httponly=True,
76-
samesite='Lax',
76+
samesite="Lax",
7777
)
7878
return response
7979
elif response.status_code == 403:

0 commit comments

Comments
 (0)