remove trailing whitespace

This commit is contained in:
Paul Franklin 2016-07-07 11:17:14 -07:00
parent 337f6d9c7a
commit d837e40307
2 changed files with 2 additions and 2 deletions

View File

@ -946,7 +946,7 @@ class MenuReportOptions(MenuOptions, ReportOptions):
def get_subject(self):
"""
Return a string that describes the subject of the report.
This method MUST be overridden by subclasses.
"""
LOG.warning("get_subject not implemented for %s" % self.name)

View File

@ -405,7 +405,7 @@ class BirthdayOptions(MenuReportOptions):
self.__pid = None
self.__filter = None
MenuReportOptions.__init__(self, name, dbase)
def get_subject(self):
""" Return a string that describes the subject of the report. """
return self.__filter.get_filter().get_name()