Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
set type of `enable_mentor_count` to `bool`
  • Loading branch information
jmeridth authored Apr 11, 2024
1 parent a0dca05 commit 4ba9d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(
hide_time_to_first_response: bool,
ignore_user: List[str],
labels_to_measure: List[str],
enable_mentor_count: str,
enable_mentor_count: bool,
min_mentor_comments: str,
max_comments_eval: str,
heavily_involved_cutoff: str,
Expand Down

0 comments on commit 4ba9d3c

Please sign in to comment.