Skip to content

Commit

Permalink
style: 整理 import
Browse files Browse the repository at this point in the history
  • Loading branch information
he0119 committed Feb 5, 2024
1 parent 8b6e56e commit ce657b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/publish/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from typing import TYPE_CHECKING, Union

from githubkit.exception import RequestFailed
from githubkit.rest import PullRequest, PullRequestSimple
from nonebot import logger
from nonebot.adapters.github import Bot, GitHubBot

Expand Down Expand Up @@ -45,6 +44,7 @@
Issue,
IssuePropLabelsItemsOneof1,
Label,
PullRequest,
PullRequestPropLabelsItems,
PullRequestSimple,
PullRequestSimplePropLabelsItems,
Expand Down Expand Up @@ -262,7 +262,7 @@ def validate_info_from_issue(


async def resolve_conflict_pull_requests(
pulls: list[PullRequestSimple] | list[PullRequest],
pulls: list["PullRequestSimple"] | list["PullRequest"],
):
"""根据关联的议题提交来解决冲突
Expand Down

0 comments on commit ce657b3

Please sign in to comment.