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 7b70f49 commit 44bd495Copy full SHA for 44bd495
arango/collection.py
@@ -306,7 +306,7 @@ def configure(
306
schema: Optional[Json] = None,
307
replication_factor: Optional[int] = None,
308
write_concern: Optional[int] = None,
309
- computed_values: Optional[List[Json]] = None
+ computed_values: Optional[List[Json]] = None,
310
) -> Result[Json]:
311
"""Configure collection properties.
312
0 commit comments