This commit is contained in:
Barrett Ruth 2025-09-24 00:44:08 -04:00
parent 7ac91a3c4d
commit 699207e713
4 changed files with 101 additions and 102 deletions

View file

@ -29,12 +29,12 @@ def __getattr__(name):
"TestsResult",
]:
from .models import (
ContestListResult,
ContestSummary,
MetadataResult,
ProblemSummary,
TestCase,
TestsResult,
ContestListResult, # noqa: F401
ContestSummary, # noqa: F401
MetadataResult, # noqa: F401
ProblemSummary, # noqa: F401
TestCase, # noqa: F401
TestsResult, # noqa: F401
)
return locals()[name]