Skip to content

Commit

Permalink
pylint disable
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Oct 9, 2023
1 parent a77bb00 commit e055f58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spinnman/model/cpu_infos.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def add_infos(self, other, states):
:param list(~spinnman.model.enums.CPUState) states:
Only add if the Info has this state
"""
# pylint: disable=protected-access
for info in other._cpu_infos:
if info.state in states:
self.add_info(other)
Expand Down

0 comments on commit e055f58

Please sign in to comment.