Skip to content

Commit 186db80

Browse files
committed
feat: add asyncio import for asynchronous operations in CouchDB implementation
1 parent c05b00f commit 186db80

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • middleware/api/src/middleware/api/document_store

middleware/api/src/middleware/api/document_store/couchdb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""CouchDB implementation of DocumentStore."""
22

3+
import asyncio
34
import hashlib
45
import json
56
import logging

0 commit comments

Comments
 (0)