Skip to content

Commit 24768e1

Browse files
committed
Remove unused imports
1 parent 69229f4 commit 24768e1

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

modules/games.py

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,17 @@
1-
import calendar
2-
import collections
3-
import copy
41
import io
52
import logging
6-
import re
7-
from datetime import datetime, timedelta, timezone
8-
from typing import AsyncGenerator, Literal, Optional, Tuple, Union
3+
from datetime import datetime, timezone
4+
from typing import Tuple
95

106
import aiohttp
117
import config # type: ignore
128
import discord
139
import pymongo
1410
import rapidfuzz
15-
import token_bucket
1611
from dateutil import parser
1712
from discord import app_commands
1813
from discord.ext import commands, tasks
1914

20-
import tools # type: ignore
21-
2215

2316
mclient = pymongo.MongoClient(config.mongoURI)
2417

0 commit comments

Comments
 (0)