Reformat using black
This commit is contained in:
parent
efee4ad081
commit
a87fb49918
221 changed files with 19127 additions and 7310 deletions
|
@ -93,7 +93,7 @@ class BaseContestFormat(six.with_metaclass(ABCMeta)):
|
|||
@classmethod
|
||||
def best_solution_state(cls, points, total):
|
||||
if not points:
|
||||
return 'failed-score'
|
||||
return "failed-score"
|
||||
if points == total:
|
||||
return 'full-score'
|
||||
return 'partial-score'
|
||||
return "full-score"
|
||||
return "partial-score"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue