SpEcHiDe / AnyDLBot

An Open Source GPLv3 All-In-One Telegram Bot
https://telegram.dog/AnyDLBot
GNU General Public License v3.0
384 stars 1.7k forks source link

might fix #49 #79

Closed SayanthD closed 4 years ago

pep8speaks commented 4 years ago

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

Line 14:1: E402 module level import not at top of file Line 14:21: E275 missing whitespace after keyword Line 21:1: E402 module level import not at top of file

Line 17:1: E402 module level import not at top of file Line 17:21: E275 missing whitespace after keyword Line 47:80: E501 line too long (88 > 79 characters) Line 48:80: E501 line too long (96 > 79 characters)

Line 15:1: E402 module level import not at top of file Line 18:1: E402 module level import not at top of file Line 22:1: E402 module level import not at top of file Line 23:1: E402 module level import not at top of file

Line 17:1: E402 module level import not at top of file Line 17:21: E275 missing whitespace after keyword Line 25:1: E402 module level import not at top of file Line 25:21: E275 missing whitespace after keyword Line 42:80: E501 line too long (83 > 79 characters)

Line 22:1: E402 module level import not at top of file Line 22:21: E275 missing whitespace after keyword Line 35:1: E402 module level import not at top of file Line 35:80: E501 line too long (99 > 79 characters) Line 86:80: E501 line too long (84 > 79 characters)

Line 16:1: E402 module level import not at top of file Line 16:21: E275 missing whitespace after keyword Line 24:1: E402 module level import not at top of file Line 24:21: E275 missing whitespace after keyword Line 30:1: E402 module level import not at top of file Line 40:80: E501 line too long (136 > 79 characters)

Line 18:1: E402 module level import not at top of file Line 18:21: E275 missing whitespace after keyword

Line 21:1: E402 module level import not at top of file Line 21:21: E275 missing whitespace after keyword Line 30:1: E402 module level import not at top of file Line 33:1: E402 module level import not at top of file Line 33:80: E501 line too long (84 > 79 characters) Line 38:1: E402 module level import not at top of file Line 112:80: E501 line too long (84 > 79 characters)

Line 19:1: E402 module level import not at top of file Line 19:21: E275 missing whitespace after keyword Line 29:1: E402 module level import not at top of file Line 29:21: E275 missing whitespace after keyword Line 37:1: E402 module level import not at top of file Line 38:1: E402 module level import not at top of file

Line 3:1: E302 expected 2 blank lines, found 1 Line 21:80: E501 line too long (95 > 79 characters) Line 23:80: E501 line too long (98 > 79 characters)

SpEcHiDe commented 4 years ago

🤷‍♂️ #49