Skip to content

Commit

Permalink
[adminutils] remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
fixator10 committed Jun 1, 2023
1 parent 27d0288 commit 3e47b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adminutils/adminutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import re
from asyncio import TimeoutError as AsyncTimeoutError
from random import choice
from typing import Literal, Optional, Union
from typing import Optional, Union

import aiohttp
import discord
Expand Down

0 comments on commit 3e47b80

Please sign in to comment.