lint
This commit is contained in:
parent
7ac91a3c4d
commit
699207e713
4 changed files with 101 additions and 102 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue