We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1cc7a commit cbb6866Copy full SHA for cbb6866
functions/generated/pyfirebase/pyfirebase_mapswipe/models.py
@@ -16,7 +16,7 @@ class TypesyncUndefined:
16
def __init__(self):
17
if TypesyncUndefined._instance is not None:
18
raise RuntimeError(
19
- "TypesyncUndefined instances cannot be created directly. Import and use the UNDEFINED sentinel instead."
+ "TypesyncUndefined instances cannot be created directly. Import and use the UNDEFINED sentinel instead.",
20
)
21
TypesyncUndefined._instance = self
22
0 commit comments