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

@ -37,8 +37,6 @@ __all__ = (
)
if TYPE_CHECKING:
from typing_extensions import Self
import datetime
from .types.role import (
Role as RolePayload,