PEP fixes

This commit is contained in:
Philip Ridout 2016-08-08 21:08:07 +01:00
parent a0882bd523
commit b65b05de70

View File

@ -35,7 +35,7 @@ class BibleImport(BibleDB):
""" """
Helper class to import bibles from a third party source into OpenLP Helper class to import bibles from a third party source into OpenLP
""" """
#TODO: Test # TODO: Test
def __init__(self, *args, **kwargs): def __init__(self, *args, **kwargs):
log.debug(self.__class__.__name__) log.debug(self.__class__.__name__)
super().__init__(*args, **kwargs) super().__init__(*args, **kwargs)