We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 357f4c3 commit e4b959bCopy full SHA for e4b959b
src/analysis/analysis.py
@@ -90,7 +90,6 @@ def _create_avg_commit_size_plot():
90
# Initialize variables to store averages for each repo
91
before_avg = 0
92
after_avg = 0
93
- after_avg = 0
94
during_avg = 0
95
96
# Iterate through each repo and update the before, during and after averages
0 commit comments