Skip to content

Commit

Permalink
fix:解决flake8校验失败
Browse files Browse the repository at this point in the history
  • Loading branch information
yunlong098 committed Dec 18, 2024
1 parent 953c864 commit cab3aba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions saas/backend/biz/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ def get_grade_or_parent_manager_members_by_group_id(self, group_id: int) -> List
"""获取分级管理员,如果为空,获取父级管理员"""
return self.svc.get_role_parent_member_by_group_id(group_id)


class ApprovedPassApplicationBiz:
"""审批通过处理"""

Expand Down

0 comments on commit cab3aba

Please sign in to comment.