We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c983b5 commit ca2d1d8Copy full SHA for ca2d1d8
src/pyvec_docs/grants.py
@@ -17,7 +17,6 @@ def remove_comments(html):
17
18
19
def get_board_member_name(username, voted_at, boards: list[Board]):
20
- print(username, voted_at)
21
for board in boards: # sorted from the most recent
22
if voted_at > board.start_on:
23
for member in board.members:
0 commit comments