style: fix import ordering in mattermost tests

This commit is contained in:
Kenneth Zhao
2026-07-06 12:14:57 +08:00
committed by Xubin Ren
parent cc70a2a79f
commit ef9780719d
+1 -1
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: