Skip to content

Commit 162af8b

Browse files
committed
remove unused imports
1 parent 9ae4b07 commit 162af8b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cogs/admin.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
"""User management"""
22

3-
import datetime
4-
import io
53
import logging
64
from typing import Optional
75
import discord
86
from discord import Role, app_commands
97
from discord.ext import commands
108
from sqlalchemy import select, func, and_
119
from sqlalchemy.exc import IntegrityError
12-
import csv
1310
from bot import KDRBot
1411
from database.dto.kd_roles import KDRole
1512
from database.dto.users import User

0 commit comments

Comments
 (0)