Skip to content

Commit

Permalink
remove unneeded comments
Browse files Browse the repository at this point in the history
Signed-off-by: James Kunstle <[email protected]>
  • Loading branch information
JamesKunstle committed Feb 6, 2024
1 parent f58e901 commit 507da9a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ def process_data(df: pd.DataFrame, interval, assign_req, start_date, end_date):
.value_counts()
.to_frame()
.reset_index()
# .rename(columns={"assignee": "count", "index": "assignee"})
)

# create list of all contributors that meet the assignment requirement
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ def process_data(df: pd.DataFrame, interval, assign_req, start_date, end_date):
.value_counts()
.to_frame()
.reset_index()
# .rename(columns={"assignee": "count", "index": "assignee"})
)

# create list of all contributors that meet the assignment requirement
Expand Down

0 comments on commit 507da9a

Please sign in to comment.