Skip to content

Commit 235d604

Browse files
committed
Fix: import sort issue
1 parent 55226f7 commit 235d604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/services/test_voucher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
from unittest.mock import AsyncMock, MagicMock, patch
22

3-
from aleph.sdk.client.http import AlephHttpClient
43
import pytest
54
from aleph_message.models import Chain
65

6+
from aleph.sdk.client.http import AlephHttpClient
77
from aleph.sdk.client.services.voucher import Vouchers
88

99
from ..conftest import (

0 commit comments

Comments
 (0)