style: fix import ordering in mattermost tests

This commit is contained in:
Kenneth Zhao 2026-06-24 19:06:11 +00:00 committed by Xubin Ren
parent cc70a2a79f
commit ef9780719d

View File

@ -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: