Skip to content

Commit 07249c2

Browse files
committed
leaderboard commit
1 parent a549649 commit 07249c2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/leadboard_config.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ def set_initial_counts():
1212
args = parser.parse_args()
1313
data_file = Path("language_data_points.json")
1414

15-
# Load existing data if available
1615
if data_file.exists():
1716
with open(data_file, "r", encoding="utf-8") as f:
1817
try:
@@ -23,7 +22,6 @@ def set_initial_counts():
2322
else:
2423
data = {}
2524

26-
# Load available languages
2725
languages_file = Path("languages.json")
2826
if languages_file.exists():
2927
with open(languages_file, "r", encoding="utf-8") as f:

0 commit comments

Comments
 (0)