Advertisement
gruntfutuk

twistererrors01

Oct 19th, 2017
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. twisted.py|1 col 1 error| W0611 'client' imported but unused [pyflakes]
  2. twisted.py|4 col 1 error| W0611 'usage' imported but unused [pyflakes]
  3. twisted.py|6 col 1 error| W0611 'defaultdict' imported but unused [pyflakes]
  4. twisted.py|12 col 1 C| E265 block comment should start with '# ' [pep8]
  5. twisted.py|21 col 1 C| E302 expected 2 blank lines, found 1 [pep8]
  6. twisted.py|38 col 1 C| E302 expected 2 blank lines, found 1 [pep8]
  7. twisted.py|39 col 3 C| E111 indentation is not a multiple of four [pep8]
  8. twisted.py|41 col 7 C| E111 indentation is not a multiple of four [pep8]
  9. twisted.py|43 col 1 C| E302 expected 2 blank lines, found 1 [pep8]
  10. twisted.py|46 col 1 error| E0602 undefined name 'body' [pyflakes]
  11. twisted.py|47 col 1 error| E0602 undefined name 'body' [pyflakes]
  12. twisted.py|48 col 5 C| E301 expected 1 blank line, found 0 [pep8]
  13. twisted.py|49 col 7 C| E111 indentation is not a multiple of four [pep8]
  14. twisted.py|50 col 7 C| E111 indentation is not a multiple of four [pep8]
  15. twisted.py|51 col 1 error| E0602 undefined name 'time' [pyflakes]
  16. twisted.py|51 col 7 C| E111 indentation is not a multiple of four [pep8]
  17. twisted.py|52 col 5 C| E301 expected 1 blank line, found 0 [pep8]
  18. twisted.py|53 col 7 C| E111 indentation is not a multiple of four [pep8]
  19. twisted.py|54 col 1 error| E0602 undefined name 'per_label' [pyflakes]
  20. twisted.py|55 col 16 C| E225 missing whitespace around operator [pep8]
  21. twisted.py|57 col 1 error| E0602 undefined name 'time' [pyflakes]
  22. twisted.py|57 col 7 C| E111 indentation is not a multiple of four [pep8]
  23. twisted.py|58 col 7 C| E114 indentation is not a multiple of four (comment) [pep8]
  24. twisted.py|58 col 7 C| E265 block comment should start with '# ' [pep8]
  25. twisted.py|59 col 7 C| E111 indentation is not a multiple of four [pep8]
  26. twisted.py|61 col 12 C| E225 missing whitespace around operator [pep8]
  27. twisted.py|62 col 1 error| E0602 undefined name 'file' [pyflakes]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement