cleanup: Remove duplicate imports.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
parent
adde59e5c3
commit
f5d96dbcce
|
@ -1,7 +1,5 @@
|
||||||
import json
|
import json
|
||||||
import re
|
import re
|
||||||
from zulip_bots.lib import Any
|
|
||||||
|
|
||||||
from typing import Any, Dict, Tuple
|
from typing import Any, Dict, Tuple
|
||||||
|
|
||||||
QUESTION = 'How should we handle this?'
|
QUESTION = 'How should we handle this?'
|
||||||
|
|
|
@ -3,8 +3,6 @@ import json
|
||||||
import requests
|
import requests
|
||||||
import random
|
import random
|
||||||
import re
|
import re
|
||||||
from zulip_bots.lib import Any
|
|
||||||
|
|
||||||
from typing import Optional, Any, Dict, Tuple
|
from typing import Optional, Any, Dict, Tuple
|
||||||
|
|
||||||
class NotAvailableException(Exception):
|
class NotAvailableException(Exception):
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
import requests
|
import requests
|
||||||
import logging
|
import logging
|
||||||
from zulip_bots.lib import Any
|
|
||||||
|
|
||||||
from typing import Optional, Any, Dict
|
from typing import Optional, Any, Dict
|
||||||
|
|
||||||
# See readme.md for instructions on running this code.
|
# See readme.md for instructions on running this code.
|
||||||
|
|
|
@ -4,7 +4,6 @@ import random
|
||||||
import logging
|
import logging
|
||||||
from copy import deepcopy
|
from copy import deepcopy
|
||||||
from typing import Any, Dict, Tuple, List
|
from typing import Any, Dict, Tuple, List
|
||||||
import random
|
|
||||||
|
|
||||||
|
|
||||||
class BadMoveException(Exception):
|
class BadMoveException(Exception):
|
||||||
|
|
Loading…
Reference in a new issue