ITCoders / Human-detection-and-Tracking

Human-detection-and-Tracking
Apache License 2.0
850 stars 307 forks source link

pep8_fixes #12

Closed the-zebulan closed 7 years ago

the-zebulan commented 7 years ago

I was originally looking at issue #10 , porting scripts to support Python 2. When I loaded the project into PyCharm there were hundreds of PEP8 warnings so I thought I would jump on those first.

After running an inspection report, I used a mixture of PyCharm's automatic file reformatting and manual updates to get rid of a lot of the PEP8 issues.

Although there are some more issues that the inspection report raised (not only PEP8), I didn't want to do too much for this initial PR.

arpit1997 commented 7 years ago

PR is good but number of commits are very high. Send another PR with no more than 2 or 3 commits. We appreciate your valuable contributions