mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-04 16:38:49 +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.queue import MessageBus
|
||||
from nanobot.pairing import PAIRING_CODE_META_KEY
|
||||
from nanobot.channels.mattermost import (
|
||||
MATTERMOST_MAX_MESSAGE_LEN,
|
||||
MattermostChannel,
|
||||
MattermostConfig,
|
||||
)
|
||||
from nanobot.pairing import PAIRING_CODE_META_KEY
|
||||
|
||||
|
||||
class _FakeHTTPClient:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user