Skip to content

Commit 4c530de

Browse files
committed
Fix some bug
1 parent 6044cf7 commit 4c530de

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

zulip_bots/zulip_bots/bots/merels/test_merels.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
from typing import Any, List, Tuple,Dict
1+
from typing import Any, Dict, List, Tuple
22

3-
from zulip_bots.game_handler import GameInstance
43
from typing_extensions import override
5-
from zulip_bots.test_lib import BotTestCase, DefaultTests
64

75
from zulip_bots.bots.merels.libraries.constants import EMPTY_BOARD
8-
6+
from zulip_bots.game_handler import GameInstance
7+
from zulip_bots.test_lib import BotTestCase, DefaultTests
98

109

1110
class TestMerelsBot(BotTestCase, DefaultTests):

0 commit comments

Comments
 (0)