Skip to content

Commit

Permalink
Reorder imports as per isort rules
Browse files Browse the repository at this point in the history
  • Loading branch information
unode committed Mar 15, 2024
1 parent f62a50e commit be718ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/bot_test.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit be718ad

Please sign in to comment.