Skip to content

Commit cbb6866

Browse files
fixup! chore(organization): add archivable fields for organization.
1 parent 7d1cc7a commit cbb6866

File tree

1 file changed

+1
-1
lines changed
  • functions/generated/pyfirebase/pyfirebase_mapswipe

1 file changed

+1
-1
lines changed

functions/generated/pyfirebase/pyfirebase_mapswipe/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class TypesyncUndefined:
1616
def __init__(self):
1717
if TypesyncUndefined._instance is not None:
1818
raise RuntimeError(
19-
"TypesyncUndefined instances cannot be created directly. Import and use the UNDEFINED sentinel instead."
19+
"TypesyncUndefined instances cannot be created directly. Import and use the UNDEFINED sentinel instead.",
2020
)
2121
TypesyncUndefined._instance = self
2222

0 commit comments

Comments
 (0)