virtual-labs-archive / pattern-recognition-iiith

Other
4 stars 245 forks source link

Trailing whitespace #68

Open BSravanthi opened 5 years ago

BSravanthi commented 5 years ago

The [PEP 8: Programming Recommendations] (http://legacy.python.org/dev/peps/pep-0008/#programming-recommendations) mentions trailing whitespaces on a line only in context of split strings:

Don't write string literals that rely on significant trailing whitespace. Such trailing whitespace is visually indistinguishable and some editors will trim them.

Please refer to the following link to fix similar issues. https://app.codacy.com/app/BSravanthi/pattern-recognition-iiith/issues?&filters=W3siaWQiOiJMYW5ndWFnZSIsInZhbHVlcyI6W251bGxdfSx7ImlkIjoiQ2F0ZWdvcnkiLCJ2YWx1ZXMiOlsiQ29kZSBTdHlsZSJdfSx7ImlkIjoiTGV2ZWwiLCJ2YWx1ZXMiOltudWxsXX0seyJpZCI6IlBhdHRlcm4iLCJ2YWx1ZXMiOlsxNjNdfSx7ImlkIjoiQXV0aG9yIiwidmFsdWVzIjpbbnVsbF19LHsidmFsdWVzIjpbXX1d

Khwaja-Bilkhis commented 5 years ago

commit id: db11a39

Khwaja-Bilkhis commented 5 years ago

commit id: b41c325

yuvrajmakkena commented 5 years ago

1.https://github.com/yuvrajchowdary/pattern-recognition-iiith/commit/e9d90d38d11752dcb7aa11a709add8878973ac50

2.https://github.com/yuvrajchowdary/pattern-recognition-iiith/commit/c9b7baaf07a1b9350d2ff7ff9d6587375459f814

3.https://github.com/yuvrajchowdary/pattern-recognition-iiith/commit/1ebc51c8037f5197c7a1b8e14694a6c56bb522e8

4.https://github.com/yuvrajchowdary/pattern-recognition-iiith/commit/078d3a00cf756c23e5b0b67c0288699d4e3a5af8

5.https://github.com/yuvrajchowdary/pattern-recognition-iiith/commit/ed65d096d54c07c6d32a342846b8efdcc56967ee

6.https://github.com/yuvrajchowdary/pattern-recognition-iiith/commit/b85943b17a79dbedab68e77444419599dcab843b

7.https://github.com/yuvrajchowdary/pattern-recognition-iiith/commit/8a5c1ad2abd7029e7c404daae7327da4b8567802

8.https://github.com/yuvrajchowdary/pattern-recognition-iiith/commit/562542d63e308bfb3ff201ba0ee48c3b291162d3

9.https://github.com/yuvrajchowdary/pattern-recognition-iiith/commit/df8e3232370793fd35fdd4fde054557572aeb9ba

10.https://github.com/yuvrajchowdary/pattern-recognition-iiith/commit/8a0cc4eccd3f075f6aed75216ab1e675b06b1391

11.https://github.com/yuvrajchowdary/pattern-recognition-iiith/commit/7991ae304d2dfb00232b06f7342f5d90667215cd

SakethMattupalli commented 5 years ago

Valid fix @yuvrajchowdary