Skip to content

Commit 7c51af0

Browse files
Merge from origin
2 parents ea5bb08 + 522bcb9 commit 7c51af0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/groundlight/binary_labels.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515

1616

1717
class Label(str, Enum):
18-
"""Temporarily added here while we chase the bug """
18+
"""Temporarily added here while we chase the bug"""
19+
1920
YES = "YES"
2021
NO = "NO"
2122
UNCLEAR = "UNCLEAR"

0 commit comments

Comments
 (0)