Skip to content

Commit 0295cdc

Browse files
author
Ubuntu
committed
Fix flake
1 parent 67e026b commit 0295cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nucleus/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ def calculate_evaluation_metrics(self, model, options=None):
562562
"class_agnostic": boolean,
563563
"allowed_label_matches": List[AllowedMatch],
564564
}"""
565-
if options == None:
565+
if options is None:
566566
options = {}
567567
return self._client.make_request(
568568
payload=options,

0 commit comments

Comments
 (0)