Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions crunch/api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import crunch.api.auth as auth # pyright: ignore[reportUnusedImport]
from crunch.api.client import Client as Client
from crunch.api.domain.check import Check as Check
from crunch.api.domain.check import CheckFunction as CheckFunction
from crunch.api.domain.check import CheckFunctionScope as CheckFunctionScope
from crunch.api.domain.common import GpuRequirement as GpuRequirement
from crunch.api.domain.competition import Competition as Competition
from crunch.api.domain.competition import CompetitionFormat as CompetitionFormat
Expand Down
2 changes: 0 additions & 2 deletions crunch/api/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

import crunch.store as store
from crunch.api.auth import ApiKeyAuth, Auth, NoneAuth, PushTokenAuth
from crunch.api.domain.check import CheckEndpointMixin
from crunch.api.domain.competition import CompetitionCollection, CompetitionEndpointMixin
from crunch.api.domain.crunch import CrunchEndpointMixin
from crunch.api.domain.data_release import DataReleaseEndpointMixin
Expand Down Expand Up @@ -38,7 +37,6 @@

class EndpointClient(
requests.Session,
CheckEndpointMixin,
CompetitionEndpointMixin,
CrunchEndpointMixin,
DataReleaseEndpointMixin,
Expand Down
109 changes: 0 additions & 109 deletions crunch/api/domain/check.py

This file was deleted.

9 changes: 0 additions & 9 deletions crunch/api/domain/competition.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,6 @@ def encrypt_submissions(self) -> bool:
def phala_key_url(self) -> Optional[str]:
return self._attrs["phalaKeyUrl"]

@property
def checks(self):
from .check import CheckCollection

return CheckCollection(
competition=self,
client=self._client
)

@property
def data_releases(self):
from .data_release import DataReleaseCollection
Expand Down
2 changes: 0 additions & 2 deletions crunch/checker/__init__.py

This file was deleted.

150 changes: 0 additions & 150 deletions crunch/checker/checker.py

This file was deleted.

Loading
Loading