Skip to content

Commit eadb62d

Browse files
committed
Comment cleanup
1 parent 9be6388 commit eadb62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mavedb/lib/validation/keywords.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def validate_code(key: str, label: str, code: Optional[str]):
1313
raise ValidationError("Invalid Gene Ontology accession.")
1414

1515

16-
# TODO: value will not be Optional when we confirm the final controlled keyword list.
16+
# TODO: label will not be Optional when we confirm the final controlled keyword list.
1717
def validate_description(label: str, key: str, description: Optional[str]):
1818
if label.lower() == "other" and (description is None or description.strip() == ""):
1919
raise ValidationError(

0 commit comments

Comments
 (0)