Skip to content

Commit

Permalink
Followup to #400 to ensure all new types are exported
Browse files Browse the repository at this point in the history
  • Loading branch information
rsgowman committed May 12, 2020
1 parent d1aae52 commit e38598c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions firebase_admin/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

__all__ = [
'ActionCodeSettings',
'BatchDeleteAccountsResponse',
'CertificateFetchError',
'Client',
'ConfigurationNotFoundError',
Expand All @@ -43,6 +44,8 @@
'ExpiredIdTokenError',
'ExpiredSessionCookieError',
'ExportedUserRecord',
'DeleteUsersResult',
'GetUsersResult',
'ImportUserRecord',
'InsufficientPermissionError',
'InvalidDynamicLinkDomainError',
Expand Down

0 comments on commit e38598c

Please sign in to comment.