We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea5bb08 + 522bcb9 commit 7c51af0Copy full SHA for 7c51af0
1 file changed
src/groundlight/binary_labels.py
@@ -15,7 +15,8 @@
15
16
17
class Label(str, Enum):
18
- """Temporarily added here while we chase the bug """
+ """Temporarily added here while we chase the bug"""
19
+
20
YES = "YES"
21
NO = "NO"
22
UNCLEAR = "UNCLEAR"
0 commit comments