Pattern: Missing blank line at end of file
Issue: -
There should be one, and only one, blank line at the end of each file. This warning will occur when there are zero, two, or more than two blank lines.
Imagine the example below is an entire file.
class MyClass(object):
pass
class MyClass(object):
pass