Cloud-CV / evalai-cli

:cloud: :rocket: Official EvalAI Command Line Tool
https://cli.eval.ai
BSD 3-Clause "New" or "Revised" License
55 stars 63 forks source link

Reformat response data in a consistent way #260

Closed hkmatsumoto closed 4 years ago

hkmatsumoto commented 4 years ago

The JSON response data stored in tests/data/ were formatted differently from one to another.

In this PR, I reformatted those data in a consistent way.

deshraj commented 4 years ago

Looks very neat. Thanks!