Skip to content

Commit 57878fe

Browse files
black
1 parent cb102ac commit 57878fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yakut/cmd/monitor/_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def expand_subjects(m: uavcan.node.port.SubjectIDList_1) -> AbstractSet[int]:
192192
if m.sparse_list is not None:
193193
return frozenset(int(x.value) for x in m.sparse_list)
194194
if m.mask is not None and m.mask.any():
195-
return expand_mask(m.mask)
195+
return expand_mask(m.mask)
196196
if m.total:
197197
return _COMPLETE_SUBJECT_SET
198198
assert False

0 commit comments

Comments
 (0)