Skip to content

Commit a4eace1

Browse files
committed
Fix
- TypeError: 'ABCMeta' object is not subscriptable - AttributeError: partially initialized module 'firebase_admin._user_mgt' has no attribute 'UserMetadata' (most likely due to a circular import) - db.Reference signature
1 parent f2058b4 commit a4eace1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase_admin/credentials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
else:
3333
import os
3434

35-
StrPath = typing.Union[str, os.PathLike[str]]
35+
StrPath = typing.Union[str, 'os.PathLike[str]']
3636

3737

3838
_request = requests.Request()

0 commit comments

Comments
 (0)