Skip to content

Commit

Permalink
fix: mypy check TencentBlueKing#728
Browse files Browse the repository at this point in the history
  • Loading branch information
Canway-shiisa committed Dec 7, 2022
1 parent f3fe95d commit 481626e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/api/bkuser_core/categories/plugins/local/syncer.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,11 @@ def _judge_data_all_none(raw_data: list) -> bool:
return all(x is None for x in raw_data)

def _department_profile_relation_handle(
self, is_overwrite, department_groups, profile_id, should_deleted_department_profile_relation_ids
self,
is_overwrite: bool,
department_groups: str,
profile_id: int,
should_deleted_department_profile_relation_ids: list,
):
cell_parser = DepartmentCellParser(self.category_id)
# 已存在的用户-部门关系
Expand Down

0 comments on commit 481626e

Please sign in to comment.