EdinsonRequena / articicial-inteligence-and-data-science

Este repositorio esta basado principalmente en la carrera de machine learning y data science de platzi pero también habrán recursos de otras plataformas e instituciones educativas.
MIT License
40 stars 14 forks source link

Develop #133

Closed EdinsonRequena closed 3 years ago

pep8speaks commented 3 years ago

Hello @EdinsonRequena! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 11:1: E302 expected 2 blank lines, found 1

Line 4:11: W292 no newline at end of file

Line 15:1: E302 expected 2 blank lines, found 1 Line 21:1: E302 expected 2 blank lines, found 1 Line 28:1: E305 expected 2 blank lines after class or function definition, found 1

Line 8:80: E501 line too long (82 > 79 characters) Line 32:1: E303 too many blank lines (3) Line 35:1: W391 blank line at end of file

Line 16:1: W391 blank line at end of file

Line 13:1: E302 expected 2 blank lines, found 1

Line 8:1: E302 expected 2 blank lines, found 1

Line 11:80: E501 line too long (82 > 79 characters)

Line 8:1: E302 expected 2 blank lines, found 1 Line 17:49: E712 comparison to False should be 'if cond is False:' or 'if not cond:' Line 24:49: E712 comparison to False should be 'if cond is False:' or 'if not cond:' Line 26:1: W391 blank line at end of file