Skip to content

Commit ca71e5e

Browse files
committed
refactor: remove unused imports
1 parent b72c501 commit ca71e5e

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

botbase/wraps/member.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from __future__ import annotations
22

33
from nextcord import Member
4-
from nextcord.ext.commands import MemberConverter
54

65
from . import wrap
76

botbase/wraps/thread.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from __future__ import annotations
22

33
from nextcord import Thread
4-
from nextcord.ext.commands import ThreadConverter
54

65
from . import wrap
76

botbase/wraps/user.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from __future__ import annotations
22

33
from nextcord import User
4-
from nextcord.ext.commands import UserConverter
54

65
from . import wrap
76

0 commit comments

Comments
 (0)