~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to tests/test_pyflakes.py

  • Committer: Marco Trevisan (Treviño)
  • Date: 2016-11-24 04:04:07 UTC
  • Revision ID: mail@3v1n0.net-20161124040407-sxjy3z79v087iq10
test_pyflakes: fix pep8 style failure

E305 expected 2 blank lines after class or function definition, found 1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
            print(line)
56
56
        self.assertEqual(0, len(filtered_contents))
57
57
 
 
58
 
58
59
if __name__ == "__main__":
59
60
    import logging
60
61
    logging.basicConfig(level=logging.DEBUG)