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 dc15b0c commit e25434d
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 @@ -85,7 +85,7 @@ def __init__(self, data):
if not isinstance(data, dict):
raise ValueError(
'Invalid data argument in TOTPProviderServerConfig'
'constructor: {0}'.format(data))
' constructor: {0}'.format(data))
self._data = data

@property
Expand Down

0 comments on commit e25434d

Please sign in to comment.