Remove unused imports

This commit is contained in:
Kellen
2022-04-02 02:58:39 -06:00
committed by GitHub
parent 01e2c69b20
commit 0f18d93e47
9 changed files with 6 additions and 18 deletions

View File

@ -24,7 +24,7 @@ DEALINGS IN THE SOFTWARE.
from __future__ import annotations
from typing import Any, List, Optional, TYPE_CHECKING, Union
from typing import List, Optional, TYPE_CHECKING, Union
from .utils import snowflake_time, _get_as_snowflake, resolve_invite
from .user import BaseUser