Skip to content

Commit b03abcf

Browse files
committed
refactor(fmt): format by ruff; add whitespace
1 parent c9e5b7a commit b03abcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fastapi_csrf_protect/exceptions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# HISTORY:
1010
# *************************************************************
1111

12+
1213
class CsrfProtectError(Exception):
1314
def __init__(self, status_code: int, message: str):
1415
self.status_code = status_code

0 commit comments

Comments
 (0)