Cloud-CV / EvalAI-Starters

How to create a challenge on EvalAI?
75 stars 158 forks source link

Remove unused import statement #6

Closed kurianbenoy closed 4 years ago

kurianbenoy commented 5 years ago
deshraj commented 5 years ago

It gets used actually in the main.py file. You might want to add #noqa in front of the line and then run the flake8 tests.

kurianbenoy commented 5 years ago

Made the requested change

kurianbenoy commented 5 years ago

Rather than testing flake8 locally, I'd suggest adding black and flake8 as a pre-commit hook.

Okay Rishab, I will update the PR with that soon.

kurianbenoy commented 5 years ago

@RishabhJain2018 I have updated the PR by adding a pre-commit hook for this repo

kurianbenoy commented 5 years ago

@deshraj and @RishabhJain2018 do review when free