Skip to content

Commit c0486ea

Browse files
committed
🔥 remove useless print
1 parent 65ab80a commit c0486ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

moban_jinja2_github/contributors.py

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ def get_contributors(user, repo, exclude_contributors=()):
66
repo = EndPoint(user, repo)
77
try:
88
user_list = repo.get_all_contributors()
9-
print(exclude_contributors)
109
user_list = [
1110
detail
1211
for detail in user_list

0 commit comments

Comments
 (0)