summaryrefslogtreecommitdiff
path: root/prolog/problems/family_relations/brother_2/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'prolog/problems/family_relations/brother_2/common.py')
-rw-r--r--prolog/problems/family_relations/brother_2/common.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/prolog/problems/family_relations/brother_2/common.py b/prolog/problems/family_relations/brother_2/common.py
index a8047fb..13f7ab5 100644
--- a/prolog/problems/family_relations/brother_2/common.py
+++ b/prolog/problems/family_relations/brother_2/common.py
@@ -22,7 +22,6 @@ brother(X, Y) :-
'''
hint_type = {
- 'general_hint': HintSequence('general_hint', 3),
'x_must_be_male': Hint('x_must_be_male'),
'common_parent_needed': Hint('common_parent_needed'),
'Y_can_be_of_any_gender': Hint('Y_can_be_of_any_gender'),