Skip to content
Snippets Groups Projects
Commit c051fa68 authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

Move to swh.core 0.0.51+ aynchronous API

Might as well, as we already depend on 0.0.56+.
parent 7b3e46b6
No related branches found
No related tags found
No related merge requests found
......@@ -9,9 +9,11 @@ import asyncio
import collections
from swh.core import config
from swh.core.api_async import (SWHRemoteAPI,
encode_data_server as encode_data,
decode_request)
from swh.core.api.asynchronous import (
SWHRemoteAPI,
encode_data_server as encode_data,
decode_request,
)
from swh.model import hashutil
from swh.vault import get_vault
from swh.vault.cookers import COOKER_TYPES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment