mirror of
https://github.com/RGBCube/minearchy-bot
synced 2025-07-27 08:57:46 +00:00
Fix lint.py
This commit is contained in:
parent
92095af057
commit
3813a869f7
3 changed files with 6 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
from __future__ import annotations
|
||||
|
||||
from asyncio import gather as await_parallel
|
||||
from contextlib import suppress as suppress_error
|
||||
from traceback import format_exception as format_exit
|
||||
from typing import TYPE_CHECKING
|
||||
from asyncio import gather as await_parallel
|
||||
|
||||
from discord import HTTPException
|
||||
from discord.ext.commands import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue