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 Oct 14, 2024
1 parent 4b61e12 commit 78ab028
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drf_user/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
from drf_user.models import OTPValidation
from drf_user.models import User

user_settings: Dict[
str, Union[bool, Dict[str, Union[int, str, bool]]]
] = update_user_settings()
user_settings: Dict[str, Union[bool, Dict[str, Union[int, str, bool]]]] = (
update_user_settings()
)
otp_settings: Dict[str, Union[str, int]] = user_settings["OTP"]


Expand Down

0 comments on commit 78ab028

Please sign in to comment.