Yichong Lu
commited on
Commit
·
4750ab8
1
Parent(s):
f2a492d
debug
Browse files- competitions/utils.py +1 -1
competitions/utils.py
CHANGED
@@ -409,7 +409,7 @@ class TeamFileApi:
|
|
409 |
return team_white_list
|
410 |
|
411 |
@cached(cache=TTLCache(maxsize=1, ttl=600))
|
412 |
-
def get_team_submission_limit(self) -> Dict[str,
|
413 |
file = hf_hub_download(
|
414 |
repo_id=self.competition_id,
|
415 |
filename="team_submission_limit.json",
|
|
|
409 |
return team_white_list
|
410 |
|
411 |
@cached(cache=TTLCache(maxsize=1, ttl=600))
|
412 |
+
def get_team_submission_limit(self) -> Dict[str, Any]:
|
413 |
file = hf_hub_download(
|
414 |
repo_id=self.competition_id,
|
415 |
filename="team_submission_limit.json",
|