Skip to content

Commit 1afd5bc

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drf_user/utils.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
from drf_user.models import OTPValidation
2222
from drf_user.models import User
2323

24-
user_settings: Dict[
25-
str, Union[bool, Dict[str, Union[int, str, bool]]]
26-
] = update_user_settings()
24+
user_settings: Dict[str, Union[bool, Dict[str, Union[int, str, bool]]]] = (
25+
update_user_settings()
26+
)
2727
otp_settings: Dict[str, Union[str, int]] = user_settings["OTP"]
2828

2929

0 commit comments

Comments
 (0)