8000 formatting · fossabot/firebase-admin-python@7fddb67 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7fddb67

Browse files
committed
formatting
1 parent 65b4f9f commit 7fddb67

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

firebase_admin/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ def user_metadata(self):
484484

485485
@property
486486
def provider_data(self):
487-
"""Returns a list of UserInfo instances.
487+
"""List of UserInfo instances.
488488
489489
Each object represents an identity from an identity provider that is linked to this user.
490490

firebase_admin/dynamic_links.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ def _get_link_service(app):
107107

108108

109109
class LinkStats(object):
110-
"""The ``LinkStats`` object is returned by get_link_stats, it contains a list of
111-
``EventStats``"""
110+
"""The ``LinkStats`` object contains a list of ``EventStats``"""
112111

113112
def __init__(self, event_stats):
114113
if not isinstance(event_stats, (list, tuple)):
@@ -130,7 +129,7 @@ def event_stats(self):
130129

131130

132131
class EventStats(object):
133-
"""``EventStat`` is a single stat item containing (platform, event, count)
132+
"""``EventStat`` is a single stats item containing (platform, event, count)
134133
135134
The constructor input values are the strings returned by the REST call.
136135
e.g. "ANDROID", or "APP_RE_OPEN". See the Dynamic Links `API docs`_ .

0 commit comments

Comments
 (0)
0