Skip to content

Commit 0d1b1b2

Browse files
committed
whitespace
1 parent 3549999 commit 0d1b1b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arango/collection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ def _ensure_key_in_body(self, body: Json, index: Optional[int] = None) -> Json:
198198

199199
def _ensure_key_from_id(self, body: Json) -> Json:
200200
"""Return the body with "_key" field if it has "_id" field.
201+
201202
:param body: Document body.
202203
:type body: dict
203204
:return: Document body with "_key" field if it has "_id" field.

0 commit comments

Comments
 (0)