8000 Lint error fix · Gurry-12/firebase-admin-python@f19c0e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit f19c0e9

Browse files
committed
Lint error fix
1 parent e3ace93 commit f19c0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase_admin/multi_factor_config_mgt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def validate_totp_provider_config(totp_provider_config):
168168
not 0 <= totp_provider_config.adjacent_intervals <= 10):
169169
raise ValueError(
170170
('{0}.{1} must be a valid positive integer' +
171-
' between 0 and 10 (both inclusive).').format(
171+
' between 0 and 10 (both inclusive).').format(
172172
MfaConstants.TOTP_PROVIDER_CONFIG,
173173
MfaConstants.ADJACENT_INTERVALS))
174174
totp_provider_config_payload[MfaConstants.ADJACENT_INTERVALS] = \

0 commit comments

Comments
 (0)
0