Fix conditions rendering

This commit is contained in:
FilippoOlivo
2025-03-14 14:51:40 +01:00
committed by Nicola Demo
parent 8dc682c849
commit 05105dd517
5 changed files with 67 additions and 56 deletions

View File

@@ -27,8 +27,8 @@ class ConditionInterface(metaclass=ABCMeta):
"""
Return the problem to which the condition is associated.
:return: Problem to which the condition is associated
:rtype: pina.problem.AbstractProblem
:return: Problem to which the condition is associated.
:rtype: ~pina.problem.abstract_problem.AbstractProblem
"""
return self._problem