Skip to content

Commit f421fe2

Browse files
committed
style: sort imports
Signed-off-by: Daniel Bluhm <[email protected]>
1 parent 7740758 commit f421fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aries_cloudagent/admin/tests/test_admin_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
from aiohttp.test_utils import unused_port
55
import pytest
66

7-
from ...core.event_bus import Event
87
from asynctest import TestCase as AsyncTestCase
98
from asynctest import mock as async_mock
109

1110
from .. import server as test_module
1211
from ...config.default_context import DefaultContextBuilder
1312
from ...config.injection_context import InjectionContext
13+
from ...core.event_bus import Event
1414
from ...core.in_memory import InMemoryProfile
1515
from ...core.protocol_registry import ProtocolRegistry
1616
from ...transport.outbound.message import OutboundMessage

0 commit comments

Comments
 (0)