Skip to content

Commit 3e47b80

Browse files
committed
[adminutils] remove unused variable
1 parent 27d0288 commit 3e47b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminutils/adminutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import re
33
from asyncio import TimeoutError as AsyncTimeoutError
44
from random import choice
5-
from typing import Literal, Optional, Union
5+
from typing import Optional, Union
66

77
import aiohttp
88
import discord

0 commit comments

Comments
 (0)