We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 340e0e0 commit bb29accCopy full SHA for bb29acc
src/judge0/submission.py
@@ -128,7 +128,7 @@ class Submission(BaseModel):
128
129
source_code: Optional[Union[str, bytes]] = Field(default=None, repr=True)
130
language: Union[LanguageAlias, int] = Field(
131
- default=LanguageAlias.PYTHON,
+ default=LanguageAlias.PYTHON_FOR_ML,
132
repr=True,
133
)
134
additional_files: Optional[Union[str, Filesystem]] = Field(default=None, repr=True)
0 commit comments