1
Fork 0
mirror of https://github.com/RGBCube/minearchy-bot synced 2025-07-27 17:07:45 +00:00

Fix lint.py

This commit is contained in:
RGBCube 2022-12-17 17:52:17 +03:00
parent 92095af057
commit 3813a869f7
3 changed files with 6 additions and 3 deletions

View file

@ -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 (