it was housekeeping... call it whitespacing... whatever!
This commit is contained in:
parent
be6eafc11e
commit
67def5e01c
5 changed files with 6 additions and 8 deletions
|
|
@ -7,7 +7,7 @@ from lib.processors.processor import Processor
|
|||
|
||||
class MariadbProcessor(Processor):
|
||||
def __init__(self, **kwargs):
|
||||
pass
|
||||
Processor.__init__(self, **kwargs)
|
||||
|
||||
|
||||
def create(kwargs):
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ from lib.processors.processor import Processor
|
|||
|
||||
class MongodbProcessor(Processor):
|
||||
def __init__(self, **kwargs):
|
||||
pass
|
||||
Processor.__init__(self, **kwargs)
|
||||
|
||||
|
||||
def create(kwargs):
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ from lib.processors.processor import Processor
|
|||
|
||||
class SyslogProcessor(Processor):
|
||||
def __init__(self, **kwargs):
|
||||
pass
|
||||
Processor.__init__(self, **kwargs)
|
||||
|
||||
|
||||
def create(kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue