Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
freeziyou committed Feb 1, 2024
1 parent 88b8e7a commit 6efa703
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions server/tasks/lark/pull_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
db,
)
from model.team import get_assignees_by_openid
from tasks.lark.issue import (
gen_comment_post_message,
get_github_name_by_openid,
replace_im_name_to_github_name,
replace_images_with_keys,
)
from utils.github.repo import GitHubAppRepo
from utils.lark.pr_card import PullCard
from utils.lark.pr_manual import (
Expand All @@ -26,13 +32,6 @@
from utils.lark.pr_tip_failed import PrTipFailed
from utils.lark.pr_tip_success import PrTipSuccess

from tasks.lark.issue import (
gen_comment_post_message,
get_github_name_by_openid,
replace_im_name_to_github_name,
replace_images_with_keys,
)

from .base import (
get_bot_by_application_id,
get_git_object_by_message_id,
Expand Down

0 comments on commit 6efa703

Please sign in to comment.