quiesce pylint
This commit is contained in:
parent
f8ab3d8308
commit
0447c8f6f2
|
@ -6,6 +6,8 @@
|
||||||
from borg import Borg
|
from borg import Borg
|
||||||
from util import dbg, err
|
from util import dbg, err
|
||||||
|
|
||||||
|
# pylint: disable-msg=R0201
|
||||||
|
# pylint: disable-msg=W0613
|
||||||
class Factory(Borg):
|
class Factory(Borg):
|
||||||
"""Definition of a class that makes other classes"""
|
"""Definition of a class that makes other classes"""
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|
Loading…
Reference in New Issue