Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7163665
D3815.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
611 B
Subscribers
None
D3815.diff
View Options
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
Details
Attached
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
Attached To
D3815: Import db_transaction* from swh-core instead of swh-storage
Event Timeline
Log In to Comment