Page MenuHomeSoftware Heritage

D3815.diff
No OneTemporary

D3815.diff

diff --git a/swh/indexer/storage/__init__.py b/swh/indexer/storage/__init__.py
--- a/swh/indexer/storage/__init__.py
+++ b/swh/indexer/storage/__init__.py
@@ -11,9 +11,9 @@
from collections import defaultdict, Counter
from typing import Dict, List, Optional
+from swh.core.db.common import db_transaction_generator, db_transaction
from swh.model.hashutil import hash_to_bytes, hash_to_hex
from swh.model.model import SHA1_SIZE
-from swh.storage.common import db_transaction_generator, db_transaction
from swh.storage.exc import StorageDBError
from swh.storage.utils import get_partition_bounds_bytes

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 30, 12:18 PM (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3219830

Event Timeline