From 78ab02868f4b74e9ee8fe36c94949d08d26e1c5e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 21:48:43 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- drf_user/utils.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drf_user/utils.py b/drf_user/utils.py index 8070c8c..80e4691 100644 --- a/drf_user/utils.py +++ b/drf_user/utils.py @@ -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"]