Skip to content

Commit af05135

Browse files
committed
pylint
1 parent b6ddb52 commit af05135

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nucleus/dataset_item.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,5 @@ def check_for_duplicate_reference_ids(dataset_items: Sequence[DatasetItem]):
193193
for key, value in Counter(ref_ids).items()
194194
}
195195
raise ValueError(
196-
"Duplicate reference ids found among dataset_items: %s"
197-
% duplicates
196+
f"Duplicate reference ids found among dataset_items: {duplicates}"
198197
)

0 commit comments

Comments
 (0)