Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
pragatimodi committed Jun 12, 2023
1 parent cbc0ecf commit dc15b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebase_admin/multi_factor_config_mgt.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class TOTPProviderServerConfig:
def __init__(self, data):
if not isinstance(data, dict):
raise ValueError(
'Invalid data argument in TOTPProviderServerConfig'
'Invalid data argument in TOTPProviderServerConfig'
'constructor: {0}'.format(data))
self._data = data

Expand Down

0 comments on commit dc15b0c

Please sign in to comment.