Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
🎨 Add validator idea comment
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jun 4, 2018
1 parent a8b562a commit 672cade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_in/github_checks_requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def identifier_up_to_20(self, attribute, value):
class CheckOutput:
title: str = str_attrib()
summary: str = str_attrib()
text: Optional[str] = optional_str_attrib()
text: Optional[str] = optional_str_attrib() # it looks like it's not optional; it can be empty string, but not missing
annotations: List[CheckAnnotation] = optional_list_attrib(converter=partial(optional_list_converter, convert_to_cls=CheckAnnotation))
images: List[CheckImage] = optional_list_attrib(converter=partial(optional_list_converter, convert_to_cls=CheckImage))

Expand Down

0 comments on commit 672cade

Please sign in to comment.