Skip to content

Commit e38598c

Browse files
committed
Followup to #400 to ensure all new types are exported
1 parent d1aae52 commit e38598c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

firebase_admin/auth.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434

3535
__all__ = [
3636
'ActionCodeSettings',
37+
'BatchDeleteAccountsResponse',
3738
'CertificateFetchError',
3839
'Client',
3940
'ConfigurationNotFoundError',
@@ -43,6 +44,8 @@
4344
'ExpiredIdTokenError',
4445
'ExpiredSessionCookieError',
4546
'ExportedUserRecord',
47+
'DeleteUsersResult',
48+
'GetUsersResult',
4649
'ImportUserRecord',
4750
'InsufficientPermissionError',
4851
'InvalidDynamicLinkDomainError',

0 commit comments

Comments
 (0)