Skip to content

Commit

Permalink
Merge pull request #828 from Canway-shiisa/pre_2.5.2-fix-mypy
Browse files Browse the repository at this point in the history
fix: mypy check #728
  • Loading branch information
wklken authored Dec 7, 2022
2 parents f3fe95d + 481626e commit ba7b72c
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 ba7b72c

Please sign in to comment.