We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ab80a commit c0486eaCopy full SHA for c0486ea
moban_jinja2_github/contributors.py
@@ -6,7 +6,6 @@ def get_contributors(user, repo, exclude_contributors=()):
6
repo = EndPoint(user, repo)
7
try:
8
user_list = repo.get_all_contributors()
9
- print(exclude_contributors)
10
user_list = [
11
detail
12
for detail in user_list
0 commit comments