mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-06 17:38:35 +00:00
style: fix import ordering in mattermost tests
This commit is contained in:
parent
cc70a2a79f
commit
ef9780719d
@ -11,12 +11,12 @@ import pytest
|
|||||||
|
|
||||||
from nanobot.bus.events import OutboundMessage
|
from nanobot.bus.events import OutboundMessage
|
||||||
from nanobot.bus.queue import MessageBus
|
from nanobot.bus.queue import MessageBus
|
||||||
from nanobot.pairing import PAIRING_CODE_META_KEY
|
|
||||||
from nanobot.channels.mattermost import (
|
from nanobot.channels.mattermost import (
|
||||||
MATTERMOST_MAX_MESSAGE_LEN,
|
MATTERMOST_MAX_MESSAGE_LEN,
|
||||||
MattermostChannel,
|
MattermostChannel,
|
||||||
MattermostConfig,
|
MattermostConfig,
|
||||||
)
|
)
|
||||||
|
from nanobot.pairing import PAIRING_CODE_META_KEY
|
||||||
|
|
||||||
|
|
||||||
class _FakeHTTPClient:
|
class _FakeHTTPClient:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user