[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-02-23 11:46:18 +00:00
parent e400a5f396
commit 41f656a113
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
from typing import Literal, NamedTuple, Union from typing import Literal
from typing import NamedTuple
from typing import Union
__all__ = ("LavalinkVersion",) __all__ = ("LavalinkVersion",)