Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ae10b87

Browse files
committedDec 31, 2024··
Change client order
1 parent 3c2fb61 commit ae10b87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/judge0/clients.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -715,5 +715,5 @@ def __init__(self, api_key=None, **kwargs):
715715
super().__init__(self.DEFAULT_ENDPOINT, api_key, **kwargs)
716716

717717

718-
CE = (RapidJudge0CE, SuluJudge0CE, ATDJudge0CE)
719-
EXTRA_CE = (RapidJudge0ExtraCE, SuluJudge0ExtraCE, ATDJudge0ExtraCE)
718+
CE = (SuluJudge0CE, RapidJudge0CE, ATDJudge0CE)
719+
EXTRA_CE = (SuluJudge0ExtraCE, RapidJudge0ExtraCE, ATDJudge0ExtraCE)

0 commit comments

Comments
 (0)
Please sign in to comment.