Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- twisted.py|1 col 1 error| W0611 'client' imported but unused [pyflakes]
- twisted.py|4 col 1 error| W0611 'usage' imported but unused [pyflakes]
- twisted.py|6 col 1 error| W0611 'defaultdict' imported but unused [pyflakes]
- twisted.py|12 col 1 C| E265 block comment should start with '# ' [pep8]
- twisted.py|21 col 1 C| E302 expected 2 blank lines, found 1 [pep8]
- twisted.py|38 col 1 C| E302 expected 2 blank lines, found 1 [pep8]
- twisted.py|39 col 3 C| E111 indentation is not a multiple of four [pep8]
- twisted.py|41 col 7 C| E111 indentation is not a multiple of four [pep8]
- twisted.py|43 col 1 C| E302 expected 2 blank lines, found 1 [pep8]
- twisted.py|46 col 1 error| E0602 undefined name 'body' [pyflakes]
- twisted.py|47 col 1 error| E0602 undefined name 'body' [pyflakes]
- twisted.py|48 col 5 C| E301 expected 1 blank line, found 0 [pep8]
- twisted.py|49 col 7 C| E111 indentation is not a multiple of four [pep8]
- twisted.py|50 col 7 C| E111 indentation is not a multiple of four [pep8]
- twisted.py|51 col 1 error| E0602 undefined name 'time' [pyflakes]
- twisted.py|51 col 7 C| E111 indentation is not a multiple of four [pep8]
- twisted.py|52 col 5 C| E301 expected 1 blank line, found 0 [pep8]
- twisted.py|53 col 7 C| E111 indentation is not a multiple of four [pep8]
- twisted.py|54 col 1 error| E0602 undefined name 'per_label' [pyflakes]
- twisted.py|55 col 16 C| E225 missing whitespace around operator [pep8]
- twisted.py|57 col 1 error| E0602 undefined name 'time' [pyflakes]
- twisted.py|57 col 7 C| E111 indentation is not a multiple of four [pep8]
- twisted.py|58 col 7 C| E114 indentation is not a multiple of four (comment) [pep8]
- twisted.py|58 col 7 C| E265 block comment should start with '# ' [pep8]
- twisted.py|59 col 7 C| E111 indentation is not a multiple of four [pep8]
- twisted.py|61 col 12 C| E225 missing whitespace around operator [pep8]
- twisted.py|62 col 1 error| E0602 undefined name 'file' [pyflakes]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement