juras3k commited on
Commit
8cdfefb
·
1 Parent(s): 84b361a

slight correction of rules to balance recommendations

Browse files
Files changed (1) hide show
  1. src/rules_female.py +1 -1
src/rules_female.py CHANGED
@@ -1,4 +1,4 @@
1
- from rules import clamp_scores
2
 
3
  STRONG = 3
4
  MEDIUM = 2
 
1
+ from src.rules import clamp_scores
2
 
3
  STRONG = 3
4
  MEDIUM = 2