From bc807f1a8d3f2ce3ebee3cae6d3322b054425365 Mon Sep 17 00:00:00 2001 From: Renato Alves Date: Fri, 15 Mar 2024 09:39:47 +0100 Subject: [PATCH] Reorder imports as per isort rules --- tests/unit_tests/bot_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit_tests/bot_test.py b/tests/unit_tests/bot_test.py index a9248cbb..97a1d59d 100644 --- a/tests/unit_tests/bot_test.py +++ b/tests/unit_tests/bot_test.py @@ -1,7 +1,7 @@ +import logging from unittest import mock import pytest -import logging from mmpy_bot import Bot, ExamplePlugin, Settings from mmpy_bot.plugins import PluginManager