Skip to content

Commit

Permalink
🚨 auto fix by pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 22, 2024
1 parent 06f46ba commit 1fb0340
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nonebot/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@

import sys
import types
import warnings
import typing as t
import typing_extensions as t_ext
from typing import TYPE_CHECKING, TypeVar
from typing_extensions import ParamSpec, TypeAlias, get_args, override, get_origin
from typing_extensions import ParamSpec, TypeAlias, get_args, get_origin

if TYPE_CHECKING:
from asyncio import Task
Expand Down

0 comments on commit 1fb0340

Please sign in to comment.